@extends('layouts.app', ['title' => 'Fechamento ' . \Carbon\Carbon::createFromFormat('Y-m', $fechamento->mes)->format('m/Y')]) @section('content')
Fechado em {{ $fechamento->fechado_em->format('d/m/Y H:i') }} por {{ optional($fechamento->user)->name }}
| # | Cliente | Vendas | Total |
|---|---|---|---|
| @if($key == 0) 🥇 @elseif($key == 1) 🥈 @elseif($key == 2) 🥉 @else {{ $key+1 }} @endif |
{{ $l['nome'] }}
|
{{ $l['total_vendas'] }} | R$ {{ __moeda($l['total_comprado']) }} |