@extends ('core::layouts.box')
@section ('content')
CMS Install
@if(!$has_install)
Welcome to CMS installation page. Please fill the steps below to complete the CMS installation.
@if($db)
Database Connection Error
Manage your database connection in .env file. Please make sure the database name provided is exists. The problem usually consist within these :
- Invalid database connection in .env
- Database is still not created
- Different database host or port. The default is 127.0.0.1:3306
- You just have a bad luck
@endif
@if(!$db)
Fill these form below to install the CMS
@endif
@else
The CMS has been installed.
Go To Homepage
Go To Admin Panel
@endif
@stop