@php $icon = Arr::get($formOptions, 'icon'); $heading = Arr::get($formOptions, 'heading'); $description = Arr::get($formOptions, 'description'); @endphp @if (Arr::get($formOptions, 'has_wrapper', 'yes') === 'yes')
@endif
@if ($banner = Arr::get($formOptions, 'banner')) {{ RvMedia::image($banner, $heading ?: '', attributes: ['class' => 'auth-card__banner card-img-top mb-3']) }} @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('status')) @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 (Arr::get($formOptions, 'has_wrapper', 'yes') === 'yes')
@endif