@if (Gate::allows('accessUserManager', auth()->user()))  Go back  Add {{ $panel }} @endif
Column Value
Id {{ $data['row']->id }}
Name {{ $data['row']->name }}
Email {{ $data['row']->email }}
Profile Image @if ($data['row']->profile_image) @else

No image

@endif
Address {{ $data['row']->address }}
Contact Number {{ $data['row']->contact_number }}
Create at {{ $data['row']->created_at }}
Last updated at {{ $data['row']->last_updated_at }}
Created by {{ $data['row']->created_by }}
Last updated by {{ $data['row']->last_updated_by }}
Status {{ $data['row']->status?'Active':'Inactive' }}