@forelse($clients as $client) @empty @endforelse
{{__('Designation')}} @if ($sortColumn == "designation" && $sortDirection == 'ASC') @elseif($sortColumn == "designation" && $sortDirection == 'DESC') @else @endif
@can('client_show') remove_red_eye @endcan @can('client_edit') edit @endcan @can('client_delete')
@method('DELETE') @csrf delete
@endcan
{{ $client->designation }}
{{__('No results found.')}}
@if(!empty($term)) {{ $clients->appends(['s' => $term])->links() }} @else @endif
{{__('Showing')}} {{ $clients->firstItem() }} - {{ $clients->lastItem() }} / {{ $clients->total() }} ({{__('page')}} {{ $clients->currentPage() }} )
{{ $clients->links() }}