@extends('layouts.auth') @section('content')
{{ $errors->first('hostname') }}
{{ $errors->first('port') }}
{{ $errors->first('database') }}
{{ $errors->first('user') }}
{{ $errors->first('password') }}