@extends('backend.layouts.master') @section('title', __('static.zone.create')) @section('content')
{{ __('static.zone.create') }}
@csrf @include('backend.zone.fields')

{{ __('static.zone.map_instruction_heading') }}

{{ __('static.zone.map_instruction_title') }}

{{ __('static.zone.map_instruction_paragraph_1') }}
{{ __('static.zone.map_instruction_paragraph_2') }}
@endsection