@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.wizard.templateTitle') }} @endsection @section('title') Settings @endsection @section('container')
@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
(Maximum password length is 50 characters) @if ($errors->has('database_password')) {{ $errors->first('database_password') }} @endif
@if ($errors->has('app_locale')) {{ $errors->first('app_locale') }} @endif
@if ($errors->has('app_timezone')) {{ $errors->first('app_timezone') }} @endif
@if ($errors->has('admin_email')) {{ $errors->first('admin_email') }} @endif
@if ($errors->has('admin_first_name')) {{ $errors->first('admin_first_name') }} @endif
@if ($errors->has('admin_last_name')) {{ $errors->first('admin_last_name') }} @endif
@if ($errors->has('admin_password')) {{ $errors->first('admin_password') }} @endif
@endsection @section('scripts') @endsection