fixes
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
@component('components.card')
|
||||
<x-card>
|
||||
@include('components.datatable', [
|
||||
'route' => route('Admin.Shop.CustomerAddresses.index'),
|
||||
'model' => 'customer_addresses',
|
||||
'with_print' => false,
|
||||
'with_filters' => false,
|
||||
])
|
||||
@endcomponent
|
||||
<x-layout.modal title="Filtres" id="modal-customer_addresses-filters">
|
||||
@include('Admin.Shop.CustomerAddresses.partials.filters', ['model' => 'customer_addresses'])
|
||||
</x-layout.modal>
|
||||
</x-card>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<form id="{{ $model }}-filters">
|
||||
<input type="text" name="customer_id" value="{{ $customer['id'] ?? false }}">
|
||||
</form>
|
||||
Reference in New Issue
Block a user