@extends('layouts.admin') @section('title', 'New Admin — OAH') @section('content')

New admin

A password will be generated and sent to the Email address below.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Cancel
@endsection