@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Register District
@csrf
@php $lots = \DB::table('lots')->get(); $zone = \DB::table('zone')->get(); @endphp
Go Back
@if(session('error')) @endif @if(session('success')) @endif @endsection