{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@yield('content')
@php $siteName = \App\Models\Setting::where('key', 'site_name')->value('value') ?: config('app.name', 'Vidya'); @endphp @php $favicon = \App\Models\Setting::where('key', 'favicon')->value('value'); @endphp @if ($favicon) @endif