|
|
|
{{__('Libellé')}}
@if ($sortColumn == "libelle" && $sortDirection == 'ASC')
@elseif($sortColumn == "libelle" && $sortDirection == 'DESC')
@else
@endif
|
{{__('Poste de charge')}}
@if ($sortColumn == "poste_charge_id" && $sortDirection == 'ASC')
@elseif($sortColumn == "poste_charge_id" && $sortDirection == 'DESC')
@else
@endif
|
@forelse($operations as $operaion)
@can('operations_show')
remove_red_eye
@endcan
|
@can('operations_edit')
edit
@endcan
|
@can('operations_delete')
@endcan
|
{{ $operaion->libelle }} |
{{ optional($operaion->posteCharge)->libelle }} |
@empty
{{__('No results found.')}} |
@endforelse
@if(!empty($term))
{{ $operations->appends(['s' => $term])->links() }}
@else
@endif
{{__('Showing')}} {{ $operations->firstItem() }} - {{ $operations->lastItem() }} / {{ $operations->total() }} ({{__('page')}} {{ $operations->currentPage() }} )
{{ $operations->links() }}