File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
tests/stubs/views/products Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 44@section('page-title', __('{{pluralTitle}}'))
55
66@section('top-search')
7- @include('admin.partials.search-model', [
8- 'search_route' => 'admin.{{pluralKebab}}.index',
9- 'search_placeholder' => __('Search for {{pluralLower}}...'),
10- ])
7+ <x-forms::search-form route="admin.{{pluralKebab}}.index" :placeholder="__('Search for {{pluralLower}}...')" />
118@endsection
129
1310@section('model-actions')
Original file line number Diff line number Diff line change 44@section (' page-title' , __ (' Products' ) )
55
66@section (' top-search' )
7- @include (' admin.partials.search-model' , [
8- ' search_route' => ' admin.products.index' ,
9- ' search_placeholder' => __ (' Search for products...' ),
10- ] )
7+ <x-forms::search-form route =" admin.products.index" :placeholder =" __('Search for products...')" />
118@endsection
129
1310@section (' model-actions' )
You can’t perform that action at this time.
0 commit comments