@extends('install.layout') @section('title', 'Welcome') @section('step1', 'active') @section('content')

Step 1 of 4

Welcome — let's get WedFlow ready.

This four-step installer takes about a minute. We'll check your server, ask for a database connection, then create your first administrator.

@foreach ($checks as $c)
{{ $c['name'] }} {{ $c['ok'] ? 'Pass' : 'Fix' }}
@endforeach
@if ($allOk) Continue → @else

Please resolve the items marked Fix, then reload this page.

Re-check @endif
@endsection