@props([
'route' => route('api.locations.index'),
'name' => 'default',
'presenter' => \App\Presenters\LocationPresenter::dataTableLayout(),
'fixed_right_number' => 1,
'table_header' => trans('general.locations'),
])
@can('view', \App\Models\Location::class)
@can('delete', App\Models\Location::class)
@endcan
@endcan