@props([ 'title', 'subtitle', 'prices', 'additionalInfo' => false, 'actionText', 'icon' => false, ])

{{ $title ?? '' }}

{!! $icon ?? '' !!}

{{ $subtitle ?? '' }}

@foreach ($prices as $price)
{{ $price['quantity'] }}
{{ $price['original'] ? '$'.$price['original'] : '' }} @if(is_numeric($price['discounted'])) $ @endif {{ $price['discounted'] }}
@endforeach
@if ($additionalInfo)

{{ $additionalInfo }}

@endif
50% OFF