@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('styles') @endsection @section('content')
@csrf @method('PUT')
MB
@ @php $from_email_domain = ''; if(!empty($settings->from_email)) $from_email_domain = explode('@', $settings->from_email)[1]; @endphp
@if(!file_exists(config('custom.path_maxmind_geo_db')))
{!! str_replace('[path]', config('custom.path_maxmind_geo_db'), __('app.geo_file_missing_msg')) !!}
{!! str_replace('[path]', config('custom.path_maxmind_geo_db'), __('app.geo_file_download_msg')) !!}
@endif
@endsection