{{-- Left: Page Title --}}

@yield('page-title', 'Dashboard')

{{-- Center: Search Bar --}}
{{-- Right: Actions --}}
{{-- POS Quick Button --}} {{-- Notification Bell --}}
{{-- Quick Actions --}} {{-- Profile Dropdown --}}
@if(isImpersonating())
You are impersonating a user
@csrf
@endif @if(session('success'))
{{ session('success') }}
@endif @yield('content')