@extends('layouts.app') @section('content')
Create New Admin
@if($errors->any()) @endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror Minimum 8 characters
Cancel
Note: After creating the admin, you'll be able to assign specific permissions to them.
@endsection