@extends('installer.layouts.InstallerMaster') @section('template_title') {{ trans('Step 3 | Environment Settings') }} @endsection @section('title') {!! trans('Environment Settings') !!} @endsection @section('container')
{!!trans('No spaces included')!!}
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('app_url')) {{ $errors->first('app_url') }} @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
@endsection @section('scripts') @endsection