@extends('layouts.'.$namespaceName.'.master') @section('title') @endsection @section('content')
@include('message') @include('breadcrumb')
{{$title}}
@csrf
{{-- --}}
@if($errors->has('city'))

{{ $errors->first('city') }}

@endif
{{-- --}}
@if(configuration_hlp('map','activate_map'))
@else @endif
@endsection @push('js') {{-- --}} @endpush