Add checkbox on search page
This commit is contained in:
parent
723628cfcf
commit
b939785ece
|
@ -50,6 +50,9 @@
|
||||||
@component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'updated_by', 'value' => 'me'])
|
@component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'updated_by', 'value' => 'me'])
|
||||||
{{ trans('entities.search_updated_by_me') }}
|
{{ trans('entities.search_updated_by_me') }}
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
@component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'owned_by', 'value' => 'me'])
|
||||||
|
{{ trans('entities.search_owned_by_me') }}
|
||||||
|
@endcomponent
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<h6>{{ trans('entities.search_date_options') }}</h6>
|
<h6>{{ trans('entities.search_date_options') }}</h6>
|
||||||
|
|
Loading…
Reference in New Issue