@extends('layouts.app') @section('title') New Zone @endsection @section('description') Create a new Zone @endsection @section('breadcrumb')
  • New Zone
  • @endsection @section('content')

    Create A New Zone

    {{ csrf_field() }}
    @endsection