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

Edit Zone

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