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

Configure Database

Provide database information correctly.

@if (session()->has('error'))
Invalid Database Credentials!! Please check your database credentials carefully
@endif
@csrf
@endsection