@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

@endsection