@props(['benefits' => []]) @if (count($benefits) > 0)
@foreach ($benefits as $benefit)
{{ $benefit['label'] }}
@endforeach
@endif