@extends('ATCore::atcore_layout') @section('atplus_main_content')
Día | BOLETAS AFECTAS | BOLETAS EXENTAS | Total Día | ||
---|---|---|---|---|---|
Cant | Total | Cant | Total | ||
{{ sprintf('%02d', $i) }} | @if (isset($fcReceipt39Formatted[sprintf('%02d', $i)])) {{ $fcReceipt39Formatted[sprintf('%02d', $i)]->cantidad }} @else 0 @endif | @if (isset($fcReceipt39Formatted[sprintf('%02d', $i)])) {{ ATFormatMoney($fcReceipt39Formatted[sprintf('%02d', $i)]->total_dia) }} @else 0 @endif | @if (isset($fcReceipt41Formatted[sprintf('%02d', $i)])) {{ $fcReceipt41Formatted[sprintf('%02d', $i)]->cantidad }} @else 0 @endif | @if (isset($fcReceipt41Formatted[sprintf('%02d', $i)])) {{ ATFormatMoney($fcReceipt41Formatted[sprintf('%02d', $i)]->total_dia) }} @else 0 @endif | {{ ATFormatMoney($total_dia) }} |