@extends('install.layout') @section('content')
Step 1: Environment requirement check for shared hosting compatibility.
| Check | Status | Details |
|---|---|---|
| {{ $check['label'] }} | {{ $check['passed'] ? 'PASS' : 'FAIL' }} | {{ $check['details'] }} |
Resolve failed checks before moving forward.
@endif @endsection