@extends('layouts/pos_layout') @section('title', '| ' . $data['pageTitle']) @section('content')

ALL COLLECTION REPORT

@php $searchElements = [['element' => 'report_level','showAll'=>'no'], ['element' => 'branchId'], ['element' => 'dateRange']]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
{{ $company->name }}
{{ $company->address }}
All Collection Report

Printed Date: {{ date('d-m-Y') }}

@if ($company->othersFeeApplicable == 'Yes') @endif
SL# Customer Id Customer Name Bill No. Sales Amount Processing FeeOthers FeeTotal Sales Amount Collection Amount
@endsection