System Installation

@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($tablesExist && !$settingsComplete)

Initial Settings

@csrf
@elseif (!$tablesExist)
@csrf
@else

System Ready

The database and initial settings are complete! Your system is ready to go!

Go to Homepage @endif