@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.wizard.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.environment.wizard.title') !!} @endsection @section('container')

{!! trans('installer_messages.environment.wizard.title') !!}

@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('environment')) {{ $errors->first('environment') }} @endif

@if ($errors->has('app_debug')) {{ $errors->first('app_debug') }} @endif
@if ($errors->has('app_log_level')) {{ $errors->first('app_log_level') }} @endif
@if ($errors->has('app_url')) {{ $errors->first('app_url') }} @endif
has('debugger_enabled') ? ' has-error ' : '' }}">
@if ($errors->has('debugger_enabled')) {{ $errors->first('debugger_enabled') }} @endif
@if ($errors->has('initial_username')) {{ $errors->first('initial_username') }} @endif
@if ($errors->has('inspector_ingestion_key')) {{ $errors->first('inspector_ingestion_key') }} @endif
has('user_registration') ? ' has-error ' : '' }}">
@if ($errors->has('user_registration')) {{ $errors->first('user_registration') }} @endif
@if ($errors->has('mail_from_address')) {{ $errors->first('mail_from_address') }} @endif
@if ($errors->has('mail_from_name')) {{ $errors->first('mail_from_name') }} @endif
@if ($errors->has('smtp_id_send_email_api')) {{ $errors->first('smtp_id_send_email_api') }} @endif
@if ($errors->has('country_default')) {{ $errors->first('country_default') }} @endif
@if ($errors->has('country_default_code')) {{ $errors->first('country_default_code') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('sudo_var')) {{ $errors->first('sudo_var') }} @endif
@if ($errors->has('country_code')) {{ $errors->first('country_code') }} @endif
@if ($errors->has('pusher_app_cluster')) {{ $errors->first('pusher_app_cluster') }} @endif
@if ($errors->has('bot_service')) {{ $errors->first('bot_service') }} @endif
@if ($errors->has('session_connection')) {{ $errors->first('session_connection') }} @endif
@if ($errors->has('session_lifetime')) {{ $errors->first('session_lifetime') }} @endif
@if ($errors->has('database_connection')) {{ $errors->first('database_connection') }} @endif
@if ($errors->has('database_hostname')) {{ $errors->first('database_hostname') }} @endif
@if ($errors->has('database_port')) {{ $errors->first('database_port') }} @endif
@if ($errors->has('database_name')) {{ $errors->first('database_name') }} @endif
@if ($errors->has('database_username')) {{ $errors->first('database_username') }} @endif
@if ($errors->has('database_password')) {{ $errors->first('database_password') }} @endif
@if ($errors->has('mongodb_uri')) {{ $errors->first('mongodb_uri') }} @endif
@if ($errors->has('mongodb_name')) {{ $errors->first('mongodb_name') }} @endif
@if ($errors->has('broadcast_driver')) {{ $errors->first('broadcast_driver') }} @endif
@if ($errors->has('cache_driver')) {{ $errors->first('cache_driver') }} @endif
@if ($errors->has('session_driver')) {{ $errors->first('session_driver') }} @endif
@if ($errors->has('queue_driver')) {{ $errors->first('queue_driver') }} @endif
@if ($errors->has('pusher_app_id')) {{ $errors->first('pusher_app_id') }} @endif
@if ($errors->has('pusher_app_key')) {{ $errors->first('pusher_app_key') }} @endif
@if ($errors->has('pusher_app_secret')) {{ $errors->first('pusher_app_secret') }} @endif
@endsection @section('scripts') @endsection