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

{{ "6valley 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