@extends('layouts.app') @section('title', 'Tambah Administrator Baru') @section('content')

Tambah Administrator

Buat akun admin baru untuk mengakses dashboard.

Form Tambah Admin

@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Batal
@endsection