@include('admin.header')
| Date & Time | Branch Name | Full Address | Contact Number | Email ID | Status | Action |
|---|---|---|---|---|---|---|
| {{ $data->created_at }} | {{ $data->name }} | {{ $data->address }} | {{ $data->contact_number }} | {{ $data->email }} | {{ $data->status=="active" ? "Active" : "De-Active" }} |
| Date & Time | IP Address | Password Update Type | Location |
|---|---|---|---|
| {{date('d-m-Y H:i A',strtotime($password->created_at))}} | {{$password->ip_address}} | {{$password->password_update_type}} | {{$password->location}} |