@extends('admin.layout') @section('title', 'Create Admin User') @section('content')

Add New Admin User

Back
@if($errors->any())
Fix the following errors:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
@endsection