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

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

@if ($data['buttonVisiable'] == true) @endif
@php if ($data['branchName']->name == 'Head Office' || $data['roletype'] != 'Credit Officer') { $searchElements = [['element' => 'branchId'], ['element' => 'dateRange'], ['element' => 'collectedById'], ['element' => 'custom', 'name' => 'fillSaleBillNo', 'type' => 'text', 'label' => 'Sale Bill No']]; } else { $searchElements = [['element' => 'dateRange'], ['element' => 'custom', 'name' => 'fillSaleBillNo', 'type' => 'text', 'label' => 'Sale Bill No']]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements]) @if ($data['roletype'] == 'Credit Officer')
Date:{{ $data['activeDate'] }}
@endif @if ($data['roletype'] == 'Credit Officer') @else @if ($data['company']->othersFeeApplicable == 'Yes') @endif @endif
SL No. Customer Information Sales Bill No Action
Customer Name Customer No
SL No. Collection Date Customer Information Sales Bill No Collection Amount Collected By Collection Time Action
Customer Name Customer No Cash Sales Installment Receivable Service Charge Processing FeeOthers FeeTotal
@endsection