@extends('layouts.app') @section('content')
Historial de Cierre
@if (count($receipt) < 1) @endif @foreach ($receipt as $index => $e) @endforeach
# Fecha de Cierre Cobrador Monto en Efectivo Monto Total Referencia Pagos
Sin registros.
{{ $index + 1 }} {{ date('d/m/Y', strtotime($e->closing_date)) }} {{ $e->user->name }} {{$moneda}} {{ $e->expected_amount }} {{$moneda}} {{ $e->closure_amount }} {{ $e->reference }} Ver Detalle
@endsection @section('script') @endsection