@include('admin.partials.flash_message')
| S.No |
Name |
Email |
Type |
Removed On |
Action |
@foreach($users as $k=>$u)
| {{ ++$k }} |
{{ $u->name }} |
{{ $u->email }} |
@if($u->user_type == 1)
Admin
@else
User
@endif
|
{{ Carbon\Carbon::parse($u->updated_at)->format('d-M-Y H:i:s') }} |
|
@endforeach
| S.No |
Name |
Email |
Type |
Removed On |
Action |