@extends('installer.layout') @section('content')

{{ __('install.title_step_1', ['app_name' => brand()]) }}

{{ __('install.welcome_intro', ['app_name' => brand()]) }}

{{ __('install.welcome_description') }}

@if(session('status'))

{{ session('status') }}

@endif

{{ __('install.welcome_steps_heading') }}

  1. {{ __('install.stepper_step_1') }}
  2. {{ __('install.stepper_step_2') }}
  3. {{ __('install.stepper_step_3') }}
  4. {{ __('install.stepper_step_4') }}
  5. {{ __('install.stepper_step_5') }}
  6. {{ __('install.stepper_step_6') }}
  7. {{ __('install.stepper_step_7') }}
  8. {{ __('install.stepper_step_8') }}
  9. {{ __('install.stepper_step_9') }}

{{ __('install.welcome_system_info') }}

PHP
{{ PHP_VERSION }}
{{ __('install.welcome_server') }}
{{ $_SERVER['SERVER_SOFTWARE'] ?? '—' }}
@csrf
{{ __('install.welcome_start_btn') }} →
@endsection