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

{{ $alreadyInstalled ? 'SMR One is already installed' : 'Installation complete' }}

{{ $alreadyInstalled ? 'The installer cannot run again because a release record already exists.' : 'SMR One '.$release->version.' and the first administrator are ready.' }}

Required: remove SMR_WEB_INSTALL_TOKEN from .env, run php artisan config:cache, then start the documented workers and scheduler.

Continue to secure Admin login

@endsection