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

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

@php $viewStatus_options = ['' => 'Select any', 'All Employees' => $data['empData']]; if ($data['branchName']->name == 'Head Office' || $data['roletype'] != 'Credit Officer') { $searchElements = [['element' => 'branchId'], ['element' => 'dateRange'], ['element' => 'custom', 'name' => 'fillCollectedBy', 'type' => 'select', 'label' => 'Collected By', 'options' => $viewStatus_options]]; } else { $searchElements = [['element' => 'dateRange']]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
{{-- div for Company --}}

All Collection By Employee
@if ($data['roletype'] == 'Credit Officer')
Date:{{ $data['activeDate'] }}
@endif
Printed Date: {{ date('d-m-Y') }}
@if ($data['roletype'] == 'Credit Officer') @else @if ($data['company']->othersFeeApplicable == 'Yes') @endif @endif @if ($data['roletype'] == 'Credit Officer') @else @if ($data['company']->othersFeeApplicable == 'Yes') @else @endif @endif
SL No. Customer Information Sales Bill No Sales Type
Customer Name Customer No
SL No. Collection Date Customer Information Sales Bill No Sales Type Collection Amount Collected By Collection Time
Customer Name Customer No Cash Sales Installment Receivable Service Charge Processing FeeOthers FeeTotal
Total
@endsection