Dashboard
Profile
INSPECTION FORM
REQUESTED INSPECTIONS
IN PROGRESS INSPECTIONS
COMPLETED INSPECTIONS
TOTAL INSPECTIONS
PAYMENT HISTORY
{{--
COMMENT SECTION
--}}
@csrf
Log Out
User Dashboard
{{ $userNotification->count()}}
@foreach ($userNotification as $notification)
{{ $notification->content_body }}
{{ $notification->created_at->diffForHumans() }}
×
@endforeach
{{-- {{asset('portal/images/usrimg.png')}}--}}
{{Auth::user()->name}}
User
{{--
Account
--}} {{--
Setting
--}}
@csrf
Logout
@yield('content')
@if(session()->has('success')) @php session()->remove('success'); @endphp @endif @if(session()->has('error')) @endif @yield('script')