@foreach ($data['rows'] as $dat) @if ($dat['black']) @else @endif @if (isset($dat['accounts']) && sizeOf($dat['accounts']) > 0) @include('exports.initial_budget_reports.initial_budget_rescursive', [ 'data' => $dat['accounts'], ]) @endif @endforeach

Código

Descripcion

Importe

{{ $dat['code'] }} {{ $dat['description'] }} ${{ number_format($dat['total'], 2) }} {{ $dat['code'] }} {{ $dat['description'] }} ${{ number_format($dat['total'], 2) }}
TOTAL DEL PRESUPUESTO ${{ number_format($data['total'], 2) }}