@hasSection('sidebar') @endif
Technobook Support
@auth
{{ auth()->user()->name }}
@csrf
تسجيل الخروج
@endauth
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')