@extends('layouts.app') @section('title', __('lang_v1.contact_locations')) @section('content') @php $api_key = env('GOOGLE_MAP_API_KEY'); @endphp

@lang('lang_v1.contact_locations')

@component('components.widget', ['class' => 'box-solid']) {!! Form::open(['url' => action([\App\Http\Controllers\ContactController::class, 'contactMap']), 'method' => 'get']) !!}
{!! Form::close() !!} @endcomponent @component('components.widget', ['class' => 'box-solid'])
@endcomponent
@stop @section('javascript') @if(!empty($api_key)) @endif @endsection