@if(Session::has('error'))
×
{{ Session::get('error') }}
@endif
@if(Session::has('success'))
×
{{ Session::get('success') }}
@endif
| S.No | User Id | User Name | Status | |
|---|---|---|---|---|
| {{$s_no}} | {{$row->user_id}} | {{$row->full_name}} | {{$row->email}} | @if($row->status == 'active') Active @endif @if($row->status == 'disable') Disable @endif |