@extends('install.layout', ['step' => 'requirements']) @section('title', 'Requirements') @section('content')
Verify your environment meets PNLCS requirements before continuing.
{{ $path }}
{{ $ok ? '✓ writable' : '✗ not writable' }}
{{ $path }}
{{ $ok ? '✓ present' : '✗ missing — run composer install / npm run build' }}