@component('pdf.components.style') @endcomponent
Date Range: {{date('M d, Y', strtotime($start))}} - {{date('M d, Y', strtotime($end))}}
Report Type: {{$report_type}}
@foreach($filter_data as $filter){{$filter['label']}} : {{$filter['value']}}
@endforeach{{$subtitle_name}} |
Payment Date | Order Number | Payment Method | Amount |
---|---|---|---|
{{ date('m/d/Y', strtotime($item['payment_date'])) }} | {{ $item['order_no'] }} | {{ $item['payment_method'] }} | ${{ number_format($item['amount'],2) }} |
No Data | |||
Total | ${{number_format($table['total'],2)}} |