@if($content['dates_especific']) @foreach($content['dates_especific'] as $especify)

{{$especify['date']}}

{{$especify['hour_start']}} {{ isset($especify['hour_end']) ? '- '.$especify['hour_end'] : '' }}

@endforeach @endif @if(isset($content['countdown'])) @endif

LOCAL:

{!!isset($content['location_name']) ? ''.strtoupper($content['location_name']).'
' : ''!!}{{$content['location_line_1']}}
{{$content['location_line_2']}}
{{$content['location_city']}}{{isset($content['country']) ? ', '.$content['country'] : ''}}{{isset($content['postal']) ? ' - CEP: '.$content['postal'] : ''}}

@if(isset($content['location_site']))

SITE:{{$content['location_site']}}

@endif @if(isset($content['location_maps_url'])) @endif @if(isset($content['payment_methods']))

VALOR:

R$ {{substr($content['price'], 0, strlen($content['price']) - 2)}},{{substr($content['price'], strlen($content['price']) - 2)}} ({{$content['price_type']}})

FORMAS DE PAGAMENTO:

@foreach($content['payment_methods'] as $payment_method => $installments) @if($payment_method == 'credit_card')

Cartão de crédito em até {{$installments}}x
@endif @if($payment_method == 'boleto')

Boleto em até {{$installments}}x
@endif @endforeach
@endif