@extends('shaun_core::install.layouts.master') @section('template_title') {{ __('Step 2 | Environment Settings') }} @endsection @section('title') {!! __('Step 2 | Environment Settings') !!} @endsection @section('container')

{{__('Please enter the admin prefix name, it will be the Admin URL of your social website. Ex: your site is at www.domain.com, you enter "myadmin" into the "Admin prefix" -> to access the admin you will enter the url www.domain.com/myadmin')}}

@if ($errors->has('app_admin_prefix')) {{ $errors->first('app_admin_prefix') }} @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
@endsection @section('scripts') @endsection