@extends('layouts.master') @section('title', 'Input Zone') @section('css') @endsection @section('content')
Input Zone
@csrf


Zone Details
City Action
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif @endsection @section('scripts') @endsection