@extends('layout') @section('content')

Reporte de Retiros

Retiros realizados en tiendas

Resumen de tiendas

Consolidado de ventas
@php $total = 0 @endphp @foreach($tiendas as $t) @php $total += $t->total @endphp @endforeach
TIENDAS MONTO
{{ $t->nombre }} ${{ number_format($t->total,0,'.','.') }}
TOTAL ${{ number_format($total,0,'.','.') }}
{{--

Estadísticas retiros

Últimos 12 meses
--}}
@endsection @push('scripts') @endpush