@extends('admin_dashboard') @section('admin')

List of Collections

{{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach($collections as $key=> $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
Sl Date Receipt No. Invoice No. Customer Name Total Cash Bank Discount Invoice Due Total DueAcc NoBankA/C TypeCheque No.Action
{{ $key+1 }} {{ $item->created_at->format('d-F-Y') }} {{ $item->receipt_no }} {{ $item->product_invoice }} {{ $item->customer->name }} {{ $item->total_amount }} {{ $item->cash_amount }} {{ $item->bank_amount }} {{ $item->discount }} {{ $item->invoice_due }} {{ $item->due_amount }}{{ $item->acc_no }}{{ $item->bank_name }}{{ $item->branch }}{{ $item->cheque_no }}
@endsection