@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
Dashboard
{{ $header_title ?? '' }}
AR
EN
{{ Auth::user()->name }}
Administrator
{{ substr(Auth::user()->name, 0, 1) }}
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@stack('scripts')