@php $systemInfo = \App\Models\SystemInfo::first(); $appName = $systemInfo ? $systemInfo->company_name : 'Admin Dashboard'; @endphp {{ $appName }} @if(optional($systemInfo)->favicon) @else @endif
@if(session('ok'))
{{ session('ok') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif @yield('content')