@extends('backend.layouts.blank') @section('content')

Database setup

Fill this form with valid database credentials

@if (isset($error))
Invalid Database Credentials!! Please check your database credentials carefully
@endif
@csrf
@php $route = ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') ? route('step1') : route('step2') @endphp
@include('installation.common')
@endsection