@include('components.form.select', [ 'name' => 'product_type', 'list' => [ 'botanic' => 'Semences & Plants', 'merchandise' => 'Marchandises', ], 'value' => $search['product_type'] ?? null, ])
@push('js') @endpush