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

{!! $data['pageTitle'] !!}

@php $searchElements = [['element' => 'branchId'], ['element' => 'dateRange']]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
{{-- div for Company --}} {{ $company->name }}
{{ $company->address }}
Collection Report With Profit
Printed Date: {{ date('d-m-Y') }}
@if ($company->othersFeeApplicable == 'Yes') @endif
SL# Collection Date Customer Name Bill No. Installments Collection Amount (With PF.) Processing FeeOthers FeeNet Collection Amount Collection Amount (Pr.) Profit
@endsection