@extends('layouts.painel') @section('head') @endsection @section('title') {{ $title }} @endsection @section('content')
| ID | Referência | Emissão | Total |
|---|---|---|---|
| {{ $sale->id }} | {{ $sale->sale_id }} | {{ \Carbon\Carbon::parse($sale->created_at)->setTimezone('America/Sao_Paulo')->format('d/m/Y') }} | {{ number_format($sale->total, 2, ',', '.') }} |