@extends('backend.layouts.app') @section('content')

{{ translate('Google Map Setting') }}

@csrf

{{ translate('Google Map Configuration Notes') }}

  • 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)

{{ translate('Default Location Setting') }}

@csrf
  • Full Address:
  • Postal Code:
  • Country:
  • Latitude:
  • Longitude:
@endif
@endsection @section('script') @if (get_setting('google_map') == 1) @include('frontend.partials.google_map') @endif @endsection