@extends('layouts.app')
@section('title', __('lang_v1.contact_locations'))
@section('content')
@php
$api_key = env('GOOGLE_MAP_API_KEY');
@endphp
@component('components.widget', ['class' => 'box-solid'])
@endcomponent
@stop
@section('javascript')
@if(!empty($api_key))
@endif
@endsection