@extends('layout.agency') @section('meta_tags') @stop @section('pagename') Users @stop @section('top_import_file') @stop @php $m_and_p_collection = collect($m_and_p); @endphp @section('content')
| Date | Name | Description | Permissions | Created By | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $user->created_at->format('d-M-y g:i A') }} | {{ $user->username }} | {{ $user->description ? $user->description : 'N/A' }} | {{ $user->created_by_name }} | {{ $user->status ? 'Active' : 'Inactive' }} |
|