@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('head')
@include('layouts.navigation')

{{ config('app.name', 'HINITHANLYKYGUI') }}

{{ auth()->user()?->name }}

{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@stack('scripts')