@assets @endassets
@php $colorThemes = collect($form['template']->themes ?? [])->filter(function ($theme) { return $theme->type === 'colors'; })->values(); $firstThemeColors = $colorThemes->first() ? $colorThemes->first()->values->pluck('value')->filter(function ($value) { return strpos($value, '#') === 0; })->values()->take(4) : collect(); $example = null; if ($exampleTemplateId) { $example = \App\Models\Invitation::find($exampleTemplateId); } @endphp

Modelo {{$form['template']['name']}}

Personaliza cada detalle y visualiza cómo lucirá tu invitación ideal.

Modelo {{$form['template']['name']}}

Personaliza cada detalle y visualiza cómo lucirá tu invitación ideal.

{!! $form['template']['description'] !!}
@if($colorThemes->count() > 0)
Colores disponibles →
@endif @if ( Auth::user() -> role_id == 3 )
@if ( $example ) @endif
@else
@endif @if ( Auth::user() -> role_id != 3 ) @if ( Auth::user() -> created_by ) @php $userCreator = \App\Models\User::find(Auth::user() -> created_by); @endphp @if ( $userCreator ) Elegir modelo @endif @else @endif @endif

Otras opciones que te pueden gustar.

@foreach ($this->templatesComputed as $template)
@if(!empty($template['img_preview'])) ... @endif

{{$template['rating']}}

Modelo {{$template['name']}}

{{$template['tags']}}

@endforeach
{{-- modales --}} @if (Auth::user()->role_id == 3) @else @endif
@if (Auth::user()->role_id != 3) {{-- Green notification banner --}}
¿No te decides? Elegí hoy y cambiá de modelo las veces que quieras después de tu compra.
@if ( Auth::user()->created_by ) @php $userCreator = \App\Models\User::find(Auth::user()->created_by); @endphp @if ($userCreator) Elegir plantilla @endif @else @endif
@endif @script @endscript @script @endscript