@extends('ATCore::atcore_layout') @section('content') @if (isset($account))
Ventas: {{ATFormatDate($from)}} - {{ATFormatDate($to)}}
Ventas Por Sucursal
@foreach (explode(',',$branchSales) as $key=>$bs)Ventas Por Sucursal
@foreach (explode(',',$branchSalesToday) as $key=>$bs)| Fecha | Boletas | Monto |
|---|---|---|
| {{ATFormatDate($keyDate)}} | {{$rl7dDetail['quantity']}} | {{ATFormatMoney($rl7dDetail['amount'])}} |