@extends('layouts.admin.app')
@section('title', translate('messages.third_party_apis'))
@push('css_or_js')
@endpush
@section('content')
@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)
@endsection
@push('script_2')
@endpush