WYKA CONSULTING GROUP
Addres: Arua Park Plaza
Email: finance@wykaconsults.com
Website: wykaconsults.com
Tel: +256 784 326279
Incomes Report
From {{ date('M d, Y',strtotime($request->start_date)).' To '.date('M d, Y',strtotime($request->end_date)) }}
@php $total = 0; @endphp @foreach($payments as $payment) @php $total += $payment->amount; @endphp @endforeach
Date Customer Invoice No Amount Received By
{{ date('d M, Y',strtotime($payment->created_at)) }} {{$payment?->invoice?->customer?->name ?: "(blank)"}} INV{{ sprintf("%05d",$payment->invoice->invoice_no) ?: "(blank)" }} {{ number_format($payment->amount) ?: "0" }} {{ $payment->user->name ?: "(blank)" }}
Total Amount {{ number_format($total) }}