MOD
{{--
MOD
--}}
Toggle navigation
{{ auth()->user()->email }}
{{ auth()->user()->email }}
{{ auth()->user()->role_id }}
{{--
Profile
--}}
{{ __('Logout') }}
@csrf
{{--
Blank page
Home
Examples
Blank page
--}} @if(Route::getCurrentRoute()->uri!="home" && Route::getCurrentRoute()->uri!="/") {{--
Back
--}} @endif
@yield('content') {{--
Title
--}} {{--
--}} {{--
Start creating your amazing application!
--}} {{-- --}} {{--
--}}
{{-- --}}
{{-- --}} {{-- --}} @stack('scripts')