@php use App\Utils\Helpers; @endphp @extends('layouts.back-end.app') @section('title', translate('third_party_apis')) @section('content')

{{translate('3rd_party')}}

@include('admin-views.business-settings.third-party-inline-menu')
@csrf

{{translate('google_map_API_setup')}}

{{translate('NB').':'}} {{ translate('client_key_should_have_enable_map_javascript_api_and_you_can_restrict_it_with_http_refer').' '.translate('server_key_should_have_enable_place_api_key_and_you_can_restrict_it_with_ip').' '.translate('you_can_use_same_api_for_both_field_without_any_restrictions').'.'}}

@endsection