pick option label added for filter location

This commit is contained in:
vedatakd 2019-12-16 11:10:22 +03:00
parent 16856ffa47
commit 624d26b4ce
2 changed files with 4 additions and 1 deletions

View File

@ -28,4 +28,7 @@ return [
'description' => [
'name' => 'Description'
],
'pick_option' => [
'name' => 'Pick an option',
],
];

View File

@ -55,7 +55,7 @@
</div>
</div>
<script>
var select_trans = "{{ trans('visiosoft.module.advs::field.pick_option') }}";
var select_trans = "{{ trans('visiosoft.module.location::field.pick_option.name') }}";
</script>
{{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
{{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}