Total: {{ $clients->total() }}
user()->type == 'admin' ||auth()->user()->role->hasPermission('clients-export')? 'example2': 'nonExport' }}
class="table table-bordered table-striped">
| ID |
Name |
Email |
@if (auth()->user()->type == 'admin' ||
auth()->user()->role->hasPermission('clients-phoneNumbers'))
@for ($i = 1; $i <= $clientNumbers; $i++)
Phone Number {{ $i }} |
@endfor
@endif
Created Date |
Created Time |
@if (auth()->user()->type == 'admin')
Action |
@endif
@foreach ($clients as $client)