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

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

@if($data['buttonVisiable'] == true) @endif
@php if($data['branchName']->name =='Head Office') { $searchElements = [ ['element' => 'branchId'], ['element' => 'custom', 'name' => 'fillSaleBillNo','type' => 'text', 'label' => 'Sale Bill No'], ['element' => 'dateRange'], ]; } else{ $searchElements = [ ['element' => 'dateRange'], ['element' => 'custom', 'name' => 'fillSaleBillNo','type' => 'text', 'label' => 'Sale Bill No'], ]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# Rebateoff Date Customer Information Branch Rebateoff Bill No Sales Bill No Sale Amount(TK) Paid Amount(TK) Rebateoff Amount(TK) Current Due Amount(TK) Approve Status Action
ID Customer Name
@endsection