@push('css')
@endpush
@php
$apiKey = !empty($settings['location']['google_map_api_key']) ? $settings['location']['google_map_api_key'] : env('GOOGLE_MAP_API_KEY');
if (empty($apiKey)) {
$apiKey = env('GOOGLE_MAP_API_KEY');
}
@endphp
@push('scripts')
@if(!empty($apiKey))
@else
@endif
@endpush