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