@extends('admin.layouts.app') @push('style') @endpush @section('content') District Create District {{-- Create New User --}} @csrf Enter District* @error('district_name') {{ $message }} @enderror Enter District Description @error('description') {{ $message }} @enderror Upload District Logo @error('district_logo') {{ $message }} @enderror Create Cancel @endsection @push('scripts') @endpush