@if (count((array) $errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
@if(in_array("View",$logs ))
@else
Sn | {{ trans('Name') }} | {{ trans('Role') }} | {{ trans('IP Address') }} | {{ trans('Date') }} | |||
---|---|---|---|---|---|---|---|
1 | @if(!empty($uVal->first_name)){{ $uVal->first_name }} @endif @if(!empty($uVal->last_name)){{ $uVal->last_name }} @endif | @if(!empty($uVal->RoleName)){{ $uVal->RoleName }} @endif | @if(!empty($uVal->ip_address)){{ $uVal->ip_address }} @endif | @if(!empty($uVal->date)){{ date('d-m-Y H:i:s', strtotime($uVal->date)) }} @endif | |||
{{ trans('labels.NoRecordFound') }} |
{{ $result->appends($_GET)->links() }}
Please contact with SuperAdmin
@endif