@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 :

@endif @if(!$db)
Fill these form below to install the CMS
{{ csrf_field() }}
@endif
@else
The CMS has been installed.
Go To Homepage Go To Admin Panel @endif @stop