Date Range wise Loan EMI Collection Report

{{-- FILTER FORM --}}
{{-- REPORT TABLE --}}
@forelse($data as $row) @empty @endforelse @if(count($data)) @endif
Member Name Collection Date Total Principal Total Interest EMI
{{ $row->member_name }} {{ \Carbon\Carbon::parse($row->collection_date)->format('d-M-Y') }} ₹ {{ number_format(round($row->total_principal),2) }} ₹ {{ number_format(round($row->total_interest),2) }} ₹ {{ number_format(round($row->total_collected),2) }}
No Records Found
Grand Total: {{ round($data->sum('total_principal')) }} {{ round($data->sum('total_interest')) }} {{ round($data->sum('total_collected')) }}