hepsiemlak list page

This commit is contained in:
Muammer Top 2021-08-12 14:42:44 +03:00
parent 1c0abee2fa
commit 5b2fdb804a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<script>
let categories = {}
let categories = {};
catsPlaceholder = '{{ trans("visiosoft.module.advs::field.categories.name") }}';
</script>
{{ asset_add('scripts.js','visiosoft.module.advs::js/filter_modal.js') }}

View File

@ -126,6 +126,6 @@
<div class="filter-location-back" style="display: none"></div>
<script>
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!"
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!";
var defaultCountry = "{{ defaultCountry }}";
</script>