@extends('backend.layouts.app') @section('content')
{{ translate('Payment Configuration') }}
@csrf
{{ translate('Notification Configuration') }}
@csrf
{{ translate('Pickup Location For Delivery Boy') }}
@csrf @if (get_setting('google_map') == 1)
  • Full Address:
  • Postal Code:
  • Country:
  • Latitude:
  • Longitude:
@else
@endif
@endsection @section('script') @if (get_setting('google_map') == 1) @endif @endsection