@extends('installation.installation') @section('content')

Database setup

Fill this form with valid database credentials

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

@csrf

@endsection