@extends('vendor.installer.layout') @section('content')

{{ __('Database connection error') }}


{{ __('We cant connect to database with your settings :') }}

    @for ($i = 1; $i < 4; $i++)
  1. {{ __(':item' . $i, ['item1' => 'Are you sure of your username and password ?', 'item2' => 'Are you sure of your host name ?', 'item3' => 'Are you sure that your database server is working ?']) }}
  2. @endfor

{{ __('If your are not very sure to understand all these terms you should contact your hoster.') }}

{{ __('Try again !') }}
@endsection