Switch to accessory table on accessory view

This commit is contained in:
snipe
2026-02-13 17:22:22 +00:00
parent aff0a60138
commit 144b5e7558

View File

@@ -11,18 +11,7 @@
@section('content')
<x-container>
<x-box>
<x-table
show_column_search="false"
show_footer="true"
buttons="accessoryButtons"
fixed_right_number="2"
fixed_number="1"
api_url="{{ route('api.accessories.index') }}"
:presenter="\App\Presenters\AccessoryPresenter::dataTableLayout()"
export_filename="export-accessories-{{ date('Y-m-d') }}"
/>
<x-table.accessories name="accessories" :route="route('api.accessories.index')" />
</x-box>
</x-container>
@stop