@php $icon = Arr::get($formOptions, 'icon'); $heading = Arr::get($formOptions, 'heading'); $description = Arr::get($formOptions, 'description'); $bannerDirection = Arr::get($formOptions, 'bannerDirection', 'vertical'); $banner = Arr::get($formOptions, 'banner'); if (! $banner) { $bannerDirection = 'vertical'; } @endphp @if (Arr::get($formOptions, 'has_wrapper', 'yes') === 'yes')
$bannerDirection === 'vertical', 'col-lg-10' => $bannerDirection === 'horizontal'])> @endif
$bannerDirection === 'vertical', 'auth-card__horizontal row' => $bannerDirection === 'horizontal'])> @if ($banner) @if ($bannerDirection === 'horizontal')
@endif {{ RvMedia::image($banner, $heading ?: '', attributes: ['class' => 'auth-card__banner']) }} @if ($bannerDirection === 'horizontal')
@endif @endif @if ($bannerDirection === 'horizontal')
@endif @if ($icon || $heading || $description)
$icon, 'text-center' => ! $icon])> @if ($icon)
@endif
@if ($heading)

{{ $heading }}

@endif @if ($description)

{{ $description }}

@endif
@endif
@if ($showStart) {!! Form::open(Arr::except($formOptions, ['template'])) !!} @endif @if (session()->has('status')) @elseif (session()->has('auth_error_message')) @elseif (session()->has('auth_success_message')) @elseif (session()->has('auth_warning_message')) @endif @if ($showFields) {{ $form->getOpenWrapperFormColumns() }} @foreach ($fields as $field) @continue(in_array($field->getName(), $exclude)) {!! $field->render() !!} @endforeach {{ $form->getCloseWrapperFormColumns() }} @endif @if ($showEnd) {!! Form::close() !!} @endif @if ($form->getValidatorClass()) @push('footer') {!! $form->renderValidatorJs() !!} @endpush @endif
@if ($bannerDirection === 'horizontal')
@endif
@if (Arr::get($formOptions, 'has_wrapper', 'yes') === 'yes')
@endif