Order Reports

@foreach($reports as $key=>$report) @endforeach
# Order Id Payment Id Invoice Id payment Via VAT Amount Net Amount Date/Time
{{ $key+1 }} {{ $report->order_id ?? '-' }} {{ $report->payment_id ?? '-' }} {{ $report->invoice_id ?? '-' }} {{ $report->payment_via ?? '-' }} €{{ $report->vat_total ?? '-' }} €{{ $report->amount ?? '-' }} €{{ $report->net_amount ?? '-' }} {{ date('d-M-Y h:i:s A', strtotime($report->created_at))}}