@extends('install.layout') @section('title', 'Welcome') @section('step-name', 'Welcome') @section('content')
Welcome

Let's get WaDesk running.

Eight simple steps, about three minutes total. We'll verify your server, connect your database, seed every default the admin console needs, link the Node bridge, and create your first super-admin login.

{{-- Feature highlights — same icon vocabulary used elsewhere in WaDesk. Sets expectations for what's about to land. --}}
@php $tiles = [ [ 'Database', '', ], [ 'Security', '', ], [ 'Translations', '', ], [ 'Admin', '', ], ]; @endphp @foreach ($tiles as [$label, $svg])
{!! $svg !!}
{{ $label }}
@endforeach
{{-- Pre-flight summary --}}
Before you start
Begin installation
@endsection