@stack('styles')
{!! $breadcrumb ?? '' . (View::hasSection('title') ? View::getSections()['title'] : 'Dashboard') . '' !!}
View site {{-- Notification bell --}} @php $_bellQuotes = \App\Models\Quote::where('status','new')->count(); $_bellContacts = \App\Models\ContactSubmission::where('status','unread')->count(); $_bellTotal = $_bellQuotes + $_bellContacts; @endphp
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')