{{ $pageInfo['title'] }}
@if (auth()->user()->can('admin.edit')) Add New User Access @endif
| {{ __('Sl') }} | {{ __('Name') }} | {{ __('Email') }} | {{ __('Roles') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $admin->name }} | {{ $admin->email }} | @foreach ($admin->roles as $role) {{ $role->name }} @endforeach | View Expense @if (auth()->user()->can('admin.edit')) Edit @endif @if (auth()->user()->can('admin.delete')) {{ __('Delete') }} @endif |