@extends('admin.layouts.app') @push('style') @endpush @section('content') District Admin Edit District Admin {{-- Create New User --}} @csrf {{-- Select District* @forelse($schools as $school) school_id == $school->id) selected @endif> {{ $school->school_name }} @empty No School Selected @endforelse @error('school_id') {{ $message }} @enderror --}} Select District* @forelse ($districts as $district) district_id == $district->id) selected @endif> {{ $district->district_name }} @empty @endforelse @error('district_id') {{ $message }} @enderror First Name* @error('first_name') {{ $message }} @enderror Last Name* @error('last_name') {{ $message }} @enderror Email* @error('email') {{ $message }} @enderror Phone* @error('mobile_number') {{ $message }} @enderror Password* @error('password') {{ $message }} @enderror Update Cancel {{-- Cancel --}} @endsection @push('scripts') @endpush