@extends('layouts.admin.app') @section('title', translate('messages.third_party_apis')) @push('css_or_js') @endpush @section('content')
{{translate('messages.map_api_hint')}} {{translate('messages.map_api_hint_2')}}
@php($map_api_key=\App\Models\BusinessSetting::where(['key'=>'map_api_key'])->first()) @php($map_api_key=$map_api_key?$map_api_key->value:null) @php($map_api_key_server=\App\Models\BusinessSetting::where(['key'=>'map_api_key_server'])->first()) @php($map_api_key_server=$map_api_key_server?$map_api_key_server->value:null)
@csrf
@endsection @push('script_2') @endpush