@extends('layouts.app') @section('title', 'Pague via Pix') @section('content')

Pague via Pix

Plano: {{ $plan->name }}

Valor: R$ {{ number_format($plan->price, 2, ',', '.') }}

@if(isset($pixData['encodedImage'])) QR Code Pix
@else
QR Code no disponvel. Tente novamente.
@endif

Aps o pagamento, seu plano ser ativado automaticamente.

Ir para o Painel
@endsection