@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' => 'dateRange'] ]; } else{ $searchElements = [ ['element' => 'dateRange'], ]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# Voucher Date Customer Information Branch Bill No Amount(TK) Entry By Action
ID Customer Name
@endsection