@extends('vendor.installer.layouts.installation') @section('template_title') {{ trans('installer_messages.environment.menu.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.environment.menu.title') !!} @endsection @section('container')

{{ __('Where is my purchase code?') }}

@if ($errors->has('purchase_code')) @endif
@if ($errors->has('app_name')) @endif
@php use Illuminate\Support\Facades\Request as serverReq; $server_name = serverReq::server('SERVER_NAME'); $url = pathinfo($_SERVER['SERVER_NAME'], PATHINFO_EXTENSION); @endphp
@if ($errors->has('environment')) @endif
{{ trans('installer_messages.environment.wizard.form.app_debug_label') }}
@if ($errors->has('app_debug')) @endif
@if ($errors->has('app_log_level')) @endif
@if ($errors->has('app_url')) @endif

@if ($errors->has('database_connection')) @endif
@if ($errors->has('database_hostname')) @endif
@if ($errors->has('database_port')) @endif
@if ($errors->has('database_name')) @endif
@if ($errors->has('database_username')) @endif
@if ($errors->has('database_password')) @endif
@endsection