No hay secciones para mostrar
@else| # | Nombre | Plan | |
|---|---|---|---|
| {{ $invitationSection->section->id }} | @php($planName = optional($invitationSection->plan)->name) @if ($planName === 'PREMIUM') {{ $invitationSection->section->description_premium ?? $invitationSection->section->name }} @elseif ($planName === 'VIP') {{ $invitationSection->section->description_vip ?? $invitationSection->section->name }} @else {{ $invitationSection->section->description ?? $invitationSection->section->name }} @endif |
@foreach ($plans as $planRadio)
plan)->id == $planRadio->id ? 'checked' : ''}}>
@endforeach
|
|