@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Modify Invoice
@csrf

Daily Bill Collection Report
@php $count = 1; @endphp
@foreach ($result as $r) @endforeach
Sl User ID Clients Name Money Rec. No. Bank Name Cheque No. Cash(BDT) Cheque(BDT) Deposit(BDT) Total(BDT) Remarks
{{ $count++ }} {{ $r->created_by }} {{ $r->customer_name }} {{ $r->money_receipt }} {{ $r->qcollamnt }} {{ $r->dcollamnt }} {{ $r->collamnt }} {{ $r->created_by }} {{ $r->created_by }} {{ $r->created_by }} {{ $r->remarks }}
@endsection