@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("View",$schedules ))
{!! $result['history']->appends(request()->input())->links(); !!}
@else
{{ trans('#') }} | {{ trans('User') }} | {{ trans('Logout Time') }} | {{ trans('Date') }} |
---|---|---|---|
{{ $sr}} | {{ ucfirst($rsVal->first_name) }} {{ ucfirst($rsVal->last_name) }}
{{ ucfirst($rsVal->email) }} |
{{ ucfirst($rsVal->logout_time) }} | {{ ucfirst($rsVal->logout_date) }} |
No record found. |
Please contact with SuperAdmin
@endif