{{-- $asset_prefix = !config('database.connections.saleprosaas_landlord') ? '' : '../../'; @endphp SalePro Installer | Step-3
Logo

SalePro Auto Installer

@include('includes.session_message')

@csrf

--}} @extends('install.layout', ['currentStep' => 3]) @section('title', 'Database Setup | SalePro Installer') @section('content')
Configuration

Connect your database

Enter the credentials supplied by your hosting provider.

@include('includes.session_message') @if(request()->filled('_error'))@endif
@csrf @foreach([['purchasecode','Purchase code','text','e.g. 123456789XXXXXXXX'],['db_host','Database host','text','localhost'],['db_username','Database username','text','Database user'],['db_password','Database password','password','Database password'],['db_name','Database name','text','salepro_db']] as [$name,$label,$type,$placeholder])
@switch($name) @case('purchasecode') @break @case('db_host') @break @case('db_username') @break @case('db_password') @break @case('db_name') @break @endswitch
@endforeach
@endsection