No hay secciones para mostrar
@else| # | Nombre | Plan | |
|---|---|---|---|
| {{ $invitationSection->section->id }} | @if ($invitationSection->plan->name == 'PREMIUM') {{ $invitationSection->section->description_premium ?? $invitationSection->section->name }} @elseif ($invitationSection->plan->name == '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
|
|