{{-- location icon --}} {{--
@empty($currentLocation)

{{ __('Set Location') }}

@else

{{ $currentLocation['formatted_address'] }}

@endempty
--}}
@empty($currentLocation)

{{ __('Click to set location') }}

@else

{{ $currentLocation['formatted_address'] }}

@endempty
{{-- modal to show --}}
{{-- close button invisible --}}
@push('scripts') {{-- google map js --}} @endpush