@extends('layouts.logeado') @section('sub_title', 'Cierre de Caja') @section('sub_content')
@if($errors->first('sql') != null)
{{$errors->first('sql')}}
@endif @if($errors->first('bien') != null)
{{$errors->first('bien')}}
@endif
@forelse($transacciones as $transaccion) @else ${{number_format($transaccion->valor) }} @endif @empty @endforelse
Fecha Transacción Valor
{{ $transaccion->fecha }} {{ $transaccion->tipo }} @if ($transaccion->tipo == "Egreso") $-{{number_format($transaccion->valor) }}
No hay datos
{{ $transacciones->links() }}

Totales

  • Recargas: ${{number_format($caja->totalrecargas)}} {{$recargas}}
  • Ventas: ${{number_format($caja->totalventas)}} {{$ventas}}

@endsection @section('modal') @endsection @section('script') @endsection