System Installation
@if (session('status'))
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($tablesExist && !$settingsComplete)
Initial Settings
@elseif (!$tablesExist)
@else
System Ready
The database and initial settings are complete! Your system is ready to go!
Go to Homepage
@endif