@extends('installer::layouts.install') @section('content')
Congratulations! Installation is completed and the {{ config('app.name') }} platform is now up and running.
To ensure the platform and all games function correctly, please add the following cron job to your server that runs every minute:
{{ \App\Helpers\Utils::getCronJobCommand() }}