@php $gridDirection = $getGridDirection() ?? 'row'; $hasInlineLabel = $hasInlineLabel(); $id = $getId(); $isDisabled = $isDisabled(); $isInline = $isInline(); $isMultiple = $isMultiple(); $statePath = $getStatePath(); @endphp
$hasInlineLabel, ]) > {{ $getLabel() }}
count($getPackages()) > 3 ]) > @foreach ($getPackages() as $value => $data) @php $inputId = "{$id}-{$value}"; $shouldOptionBeDisabled = $isDisabled || $isOptionDisabled($value, $data['libelle'] ?? $value); @endphp

{{ $data['libelle'] }}

{{ $data['description'] }}

{{ \Illuminate\Support\Number::currency($data['prix'], in: 'XAF', locale: 'fr') }} {{-- /mois--}}

    @foreach($data['valeursOptions'] as $feature)
  • {{ $feature['valeur'] }} {{ $feature['option_abonnement'] }}
  • @endforeach
@endforeach