@extends('backend.layouts.main') @section('title') Create Zone @endsection @section('content')

Create New Zone

@csrf @include('backend.zones.partials.form')
@endsection