@stack('header')

تطبيق {{ env('APP_TITLE') }}

@if(session()->has('error'))
{{session('error')}}
@endif @if(session()->has('success'))
{{session('success')}}
@endif
@csrf
@stack('footer')