@yield('styles')
@if (!request()->routeIs('admin.dashboard'))
@endif
{{-- Hide header for admin dashboard --}} @if (!request()->routeIs('admin.dashboard'))
@endif @yield('content')