@if ($debug_in_production)
{{ strtoupper(trans('general.debug_warning')) }}: {!! trans('general.debug_warning_text') !!}
@endif

@yield('title')

@if (isset($helpText)) @include ('partials.more-info', [ 'helpText' => $helpText, 'helpPosition' => (isset($helpPosition)) ? $helpPosition : 'left' ]) @endif
@yield('header_right')
@if (config('app.lock_passwords'))
{{ trans('general.some_features_disabled') }}
@endif @include('notifications')
@yield('content')