@props([ 'pix', 'title' => __('Pague com Pix'), 'subtitle' => __('Conclua o pagamento para ativar o acesso.'), 'note' => null, 'action' => null, 'actionLabel' => __('Voltar'), ]) @php $pix = (array) $pix; @endphp

{{ $title }}

{{ $subtitle }}

{{ __('Plano') }}

{{ $pix['plan_name'] ?? __('Assinatura Lined') }}

R$ {{ number_format((float) ($pix['amount'] ?? 0), 2, ',', '.') }}
@if (!empty($pix['qr_code_base64']))
{{ __('QR Code Pix') }}
@endif @if (!empty($pix['qr_code']))
@endif @if (!empty($pix['expires_at']))
{{ __('Expira em') }} --:--:--
@endif @if ($note)

{!! $note !!}

@endif @if ($action) {{ $actionLabel }} @endif