Admin Panel
My Profile
@csrf
@if(session('success'))
{{ session('success') }}
@endif @yield('content')
@stack('scripts')