@extends('vendor.installer.layouts.master') @section('template_title') {{ __('installer_messages.environment.wizard.templateTitle') }} @endsection @section('title') {!! __('installer_messages.environment.wizard.title') !!} @endsection @section('container')
{{-- --}}
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('app_debug')) {{ $errors->first('app_debug') }} @endif
@if ($errors->has('filesystem_disk')) {{ $errors->first('filesystem_disk') }} @endif
@if ($errors->has('app_url')) {{ $errors->first('app_url') }} @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('mail_driver')) {{ $errors->first('mail_driver') }} @endif
@if ($errors->has('mail_host')) {{ $errors->first('mail_host') }} @endif
@if ($errors->has('mail_port')) {{ $errors->first('mail_port') }} @endif
@if ($errors->has('mail_username')) {{ $errors->first('mail_username') }} @endif
@if ($errors->has('mail_password')) {{ $errors->first('mail_password') }} @endif
@if ($errors->has('mail_encryption')) {{ $errors->first('mail_encryption') }} @endif
--}}
@endsection @section('scripts') @endsection