@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.wizard.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.environment.wizard.title') !!} @endsection @php $path=(empty($_SERVER['HTTPS']) ? 'http' : 'https') . "://$_SERVER[HTTP_HOST]"; @endphp @section('container')