@extends('layouts.pos') @section('content')
Apertura: {{ $caja->fecha_apertura->format('H:i d/m/Y') }}
Cajera: {{ $caja->nombre_cajera }}
Base Inicial: {{ number_format($caja->monto_inicial, 2) }} €
@php $totales = app(App\Services\CajaService::class)->calcularTotales($caja); @endphp