@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Facturación @endslot @slot('title') Cierre de Caja - {{ \Carbon\Carbon::parse($fecha)->format('d/m/Y') }} @endslot @endcomponent
| Método de Pago | Total Recaudado |
|---|---|
| {{ ucfirst($c->metodo_pago) }} | S/ {{ number_format($c->total, 2) }} |
| Total General | S/ {{ number_format($total, 2) }} |