@extends('layouts.guest') @section('content')

{{ __('Create an Admin Account!') }}

@csrf
@error('name')
@enderror
@error('email')
@enderror
@error('password')
@enderror
@error('password_confirmation')
@enderror

@endsection