@extends('layouts.report') @section('content') @if(isset($reportData))
@capitalize($reportData['business'])
@endifFrom: @date($reportData['from_date']) - To: @date($reportData['to_date'])
@endif| {{$headerRow['name']}} | @foreach($headerRow['data'] as $key => $value){{ $value }} | @endforeach
|---|---|
| {{ $bodyRow['name'] }} | @foreach($bodyRow['data'] as $key => $value)@currency($value) | @endforeach
| {{ $subRow['name'] }} | @foreach($subRow['data'] as $key => $value)@currency($value) | @endforeach{{ $footerRow['name'] }} | @foreach($footerRow['data'] as $key => $value)@currency($value) | @endforeach() @endforeach