@extends('admin.layouts.app') @section('title', 'Create Admin User') @section('page-title', 'Create Admin User') @section('page-subtitle', 'Add a new administrator account') @section('content')
@csrf @if($errors->any())
@foreach($errors->all() as $error)

• {{ $error }}

@endforeach
@endif
Cancel
@endsection