@extends("install.layouts.base") @section("title", "📥 Install") @section("sub_title", "Database Credentials") @section("content")
@if(session('error'))
{{ session('error') }}
@endif
{{ csrf_field() }}
@if (!$results["errors"])
@endif
@endsection