@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]) @if ($data['company']->othersFeeApplicable == 'Yes') @endif
SL# Sales Date Customer Information Branch Bill No Sales Type Sale Amount(TK) Sale By Entry By Action
ID Customer Name Product Price Processign FeeOthers FeeTotal
@endsection