@props(['title' => 'Dashboard', 'subtitle' => null])
@php $__siteName = \App\Models\SystemSetting::get('site_name', config('app.name', 'MailTrixy')); $__favicon = \App\Models\SystemSetting::get('favicon'); @endphp{{ __('Admin Console') }}
{{ $subtitle }}
@endif