@extends('layouts.simple') @section('content')

REGISTRAR CUADRE DE RECESOS

@csrf

CUADRES DE CAJA

@foreach($data as $ent) @endforeach
FECHA TOTAL RECESO Accion
{{$ent->created_at}} Q. {{number_format($ent->total, 2)}} {{$ent->receso}}
@csrf @method('DELETE')
@endsection