@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.manual.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.environment.manual.title') }} @endsection @section('container')
@if ($checkConnection == false)

Copy the above code and replace the current code of ".env" file. Then refresh this page.

@endif @if( (! isset($environment['errors']) && session()->has('showInstallButton')) || $checkConnection == true)
@endif
@endsection