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

Installation Wizard - Step {{ $step }}/5

Deploy-ready installation flow for cPanel hosting.

@if($step === 1)

Step 1: Server Requirements Check

@foreach($requirements as $item) @endforeach
RequirementStatusValue
{{ $item['label'] }} {{ $item['ok'] ? 'OK' : 'Failed' }} {{ $item['value'] }}

@if($allRequirementsPassed) Continue to Database Setup @else
Please fix failed requirements before continuing.
@endif
@endif @if($step === 2)

Step 2: Database Setup

@csrf
@endif @if($step === 3)

Step 3: Admin Account Setup

@csrf
@endif @if($step === 4)

Step 4: Site Configuration

@csrf
@endif @if($step === 5)

Step 5: Installation Complete

Installation successful.

Go to Homepage Go to Admin Panel

Default admin credentials example: admin@example.com / password123

@endif @endsection