@extends('layout.default')
@section('title')
{{ __('mediahub.persons') }} - {{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('mediahub.title') }}
{{ __('mediahub.persons') }}
@endsection
@section('page', 'page__person--index')
@section('content')
@livewire('tmdb-person-search')
@endsection