@extends('install.layout') @section('title', 'Create admin') @section('step3', 'active') @section('content')

Step 3 of 4

Create your administrator.

We'll run database migrations then create the first admin account. Use a strong password — you can change it later from the profile page.

@csrf @if ($errors->any())
{{ $errors->first() }}
@endif
Back
@endsection