@extends('layouts.app') @section('title','Pagamento') @section('content')
Cobrança para {{ $charge->client->name }}
{{ $charge->description }}
R$ {{ number_format((float)$charge->amount,2,',','.') }}
Vencimento: {{ \Carbon\Carbon::parse($charge->due_date)->format('d/m/Y') }}
{{ strtoupper($charge->status) }}
Escaneie com seu app do banco
Ou copie o código: