|
@if ($row->role != 'super_admin')
@endif
|
{{ $row->name }} |
{{ $row->email }} |
{{ __($row->role->name) }} |
@if(isset($row->details->gender)) @if($row->details->gender == '1') {{__('patients.male')}} @else{{__('patients.female')}} @endif @endif |
{{employeebranches($row->id)}} |
@if(isset($row->details->date_of_birth)) {{$row->details->date_of_birth}} @endif |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
@if($row->role == 'super_admin')
@else
@if($row->deleted_at)
@else
@endif
@endif
|
@endforeach
@if( count( $users ) && $users->hasPages() )