@extends('install.index') @section('content')
{{ __('Below you should enter your database connection details.') . ' ' . __('If you’re not sure about these, contact your host.') }}

@csrf
{{ __('The name of the database you want to use with this application') }}

{{ __('Your database Username') }}

{{ __('Your database Password') }}

{{ __("If 'localhost' does not work, you can get the hostname from web host") }}

@endsection