@extends('installer.layout') @section('content')

Super Admin Setup

Create the primary administrator account. This user will have full access to the system.

@if($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection