@extends('backend.layouts.app')
@section('content')
-
1. {{ translate('Enable Google map ') }}
-
2. {{ translate('Set the google map API key') }}.
-
2. {{ translate('After then you will find the google map option to set default location') }}.
@if (get_setting('google_map') == 1)
@endif
@endsection
@section('script')
@if (get_setting('google_map') == 1)
@include('frontend.partials.google_map')
@endif
@endsection