{{auth()->user()->name}}
{{auth()->user()->email}}
My Profile
Settings
Log Out
@if (session()->has('error')) @endif @if (session()->has('success')) @endif
@yield('content')
@yield('script_section')