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

{{ $data['pageTitle'] }}

@php $options = ['' => 'Select Bill No']; $searchElements = []; $searchElements = [['element' => 'report_level', 'showAll' => 'no'], ['element' => 'branchIdWithoutHO'], ['element' => 'customerId'], ['element' => 'custom', 'name' => 'sales_billno_cus', 'type' => 'select', 'label' => 'Sales Bill No', 'id' => 'sales_billno_cus', 'options' => $options]]; // if ($data['branchName']->name == 'Head Office' || $data['roletype'] != 'Credit Officer') { // $searchElements = [['element' => 'report_level'], ['element' => 'branchIdWithoutHO'], ['element' => 'custom_option'], ['element' => 'dateRange']]; // } else { // $searchElements = [['element' => 'dateRange']]; // } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])

{{ $data['company']->name }}
{{ $data['company']->address }}
Branch Name:
{{ $data['pageTitle'] }}


Customer Name:
Customer Id:
National Id:
Spouse Name:
Mobile No:

Reporting Date: 21-07-2026

@if ($data['othersFeeApplicableisAllow'] == 'Yes') @endif
@endsection