@extends('installer.layouts.master') @section('template_title') {{ trans('installer.database.templateTitle') }} @endsection @section('title') {{ trans('installer.database.title') }} @endsection @section('container') @if($errors->has('global')) @endif
@if ($errors->has('database_host')) {{ $errors->first('database_host') }} @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