@extends('installer.layout')
@section('content')
{{ __('install.title_step_1', ['app_name' => brand()]) }}
{{ __('install.welcome_intro', ['app_name' => brand()]) }}
{{ __('install.welcome_description') }}
@if(session('status'))
@endif
{{ __('install.welcome_steps_heading') }}
- {{ __('install.stepper_step_1') }}
- {{ __('install.stepper_step_2') }}
- {{ __('install.stepper_step_3') }}
- {{ __('install.stepper_step_4') }}
- {{ __('install.stepper_step_5') }}
- {{ __('install.stepper_step_6') }}
- {{ __('install.stepper_step_7') }}
- {{ __('install.stepper_step_8') }}
- {{ __('install.stepper_step_9') }}
{{ __('install.welcome_system_info') }}
- PHP
- {{ PHP_VERSION }}
- {{ __('install.welcome_server') }}
- {{ $_SERVER['SERVER_SOFTWARE'] ?? '—' }}
@endsection