LeadPilot Installation

The system that makes sure every enquiry gets answered and followed up.

@if(session('error'))
{{ session('error') }}
@endif

1. System Requirements Check

Verifying environment compatibility, PHP extensions, and directory permissions.

@foreach($requirements['checks'] as $check) @endforeach
Requirement Current Required Status
{{ $check['name'] }} {{ $check['current'] }} {{ $check['required'] }} @if($check['status'] === 'pass') ✓ Pass @else ✕ Missing @endif
@if($requirements['can_install'])
@csrf

2. Administrator & Workspace Setup

@else
Requirements Check Failed: Please enable the missing PHP extensions or grant write permissions to the highlighted directories before proceeding.
@endif