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