@extends('admin.layouts.app') @section('title', 'Main page') @section('content') @php $value=web_map_settings(); @endphp @if($value=="google")
{{csrf_field()}}
{{ $errors->first('zone_name') }}

@elseif($value=="open_street")
{{csrf_field()}}
{{ $errors->first('zone_name') }}

@endif @endsection