@extends('layouts.app') @section('title', 'Payment Receiving Report') @section('content')
Reports Payment Receiving Report
@forelse($dailyPayments as $day) @empty @endforelse
Date Cash Received Bank Received BD Office Collection KSA Office Collection
{{ date('d-M-Y', strtotime($day['date'])) }} @currency($day['cash'], 2) @currency($day['bank'], 2) @currency($day['bd_office'], 2) @currency($day['ksa_office'], 2)
No records found

Total Cash Received

@currency($totalCashPayment, 2)

Total Bank Received

@currency($totalBankPayment, 2)

Total BD Office Collection

@currency($totalBdOfficeCollection, 2)

Total KSA Office Collection

@currency($totalKsaOfficeCollection, 2)

Last Updated:

Payment Details —

Cash: Bank: Total:
@endsection @push('scripts') @endpush