Daily Collection Report Daily Collection Report
{{-- --}}
Collection List
@forelse($demands as $demand) @empty @endforelse
Sr No Receipt No Date Applicant Name Prabhag Payment Mode Department Amount User
{{ $loop->iteration }} {{ $demand->id }} {{ $demand->updated_at->format('d-m-Y') }} {{ $demand->applicant_name }} {{ $demand->prabhag->prabhag_name ?? '-' }} {{ $demand->payment_mode ?? '-' }} @if ($demand->payment_mode != 'Cash' && $demand->payment_mode)
{{ $demand->bank_name }}
{{ $demand->cheque_dd_number }} ({{ $demand->cheque_dd_date ? \Carbon\Carbon::parse($demand->cheque_dd_date)->format('d-m-Y') : '-' }})
@endif
@foreach ($demand->details->unique('department_id') as $detail)
{{ $detail->department->department_name ?? '-' }}
@endforeach
{{ number_format($demand->total_amount, 2) }} {{ $demand->createdBy->name ?? '-' }}
No collections found for the selected criteria.
Total Collection: {{ number_format($demands->sum('total_amount'), 2) }}
@push('scripts') @endpush