@extends('installer::layouts.master') @section('template_title') {{ trans('installer::messages.environment.menu.templateTitle') }} @endsection @section('title') {!! trans('installer::messages.environment.menu.title') !!} @endsection @section('container')
@csrf
{{ trans('installer::messages.environment.wizard.tabs.general') }}
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('app_admin_email')) {{ $errors->first('app_admin_email') }} @endif
@if ($errors->has('app_url')) {{ $errors->first('app_url') }} @endif
@if ($errors->has('license_key')) {{ $errors->first('license_key') }} @endif
@if ($errors->has('app_env')) {{ $errors->first('app_env') }} @endif
@if ($errors->has('app_debug')) {{ $errors->first('app_debug') }} @endif
@if ($errors->has('cashier_currency')) {{ $errors->first('cashier_currency') }} @endif
{{ trans('installer::messages.environment.wizard.tabs.database') }}
@if ($errors->has('database_connection')) {{ $errors->first('database_connection') }} @endif
@if ($errors->has('database_hostname')) {{ $errors->first('database_hostname') }} @endif
@if ($errors->has('database_port')) {{ $errors->first('database_port') }} @endif
@if ($errors->has('database_name')) {{ $errors->first('database_name') }} @endif
@if ($errors->has('database_username')) {{ $errors->first('database_username') }} @endif
@if ($errors->has('database_password')) {{ $errors->first('database_password') }} @endif
{{ trans('installer::messages.environment.wizard.form.app_tabs.stripe_label') }} {{ trans('installer::messages.environment.wizard.form.app_tabs.more_info') }}
@if ($errors->has('stripe_key')) {{ $errors->first('stripe_key') }} @endif
@if ($errors->has('stripe_secret')) {{ $errors->first('stripe_secret') }} @endif
@if ($errors->has('stripe_webhook_secret')) {{ $errors->first('stripe_webhook_secret') }} @endif
{{ trans('installer::messages.environment.wizard.form.app_tabs.recaptcha_label') }} {{ trans('installer::messages.environment.wizard.form.app_tabs.more_info') }}
@if ($errors->has('recaptcha_site_key')) {{ $errors->first('recaptcha_site_key') }} @endif
@if ($errors->has('recaptcha_secret_key')) {{ $errors->first('recaptcha_secret_key') }} @endif
@endsection @section('scripts') @endsection