@stack('styles')
@include('nexfloit.partials.sidebar')
Nexfloit
{{ $platformUser->name ?? 'Admin' }}
{{ $platformUser->role_display ?? '' }}
@csrf
Logout
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
Please fix the following errors:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')
@stack('scripts')