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

Stackfood Software Installation

Please proceed step by step with proper data according to instructions
Step 3.
Update Database Information

Provide your database information. Where to get this information ?

@if (isset($error) || session()->has('error'))
Invalid Database Credentials or Host. Please check your database credentials carefully.
@elseif(session()->has('success'))
{{session('success')}}
@endif
@csrf
@endsection