@vite(['resources/css/app.css', 'resources/js/pos.js']) @stack('scripts')
{{ __('Point of Sale') }}
{{ auth()->user()->name }}
{{ __('Dashboard') }}
@csrf
{{ __('Log Out') }}
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}