@extends('eliteadmin::layouts.installer') @section('title', 'Installation - Welcome') @section('content')

Welcome to {{ config('installer.product_name') }}

Version {{ $version ?? config('installer.version') }}

This wizard will guide you through server checks, database setup, and application configuration. A free license key is generated automatically during installation.

@csrf
@error('app_name')
{{ $message }}
@enderror
Shown on login, sidebar, and throughout the admin panel.
@error('app_url')
{{ $message }}
@enderror
@endsection