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

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

@php $viewStatus_options = ['' => 'Select any', '0' => 'Pending', '1' => 'Confirmed']; if ($data['branchName']->name == 'Head Office') { $searchElements = [['element' => 'report_level'], ['element' => 'branchId'], ['element' => 'dateRange'], ['element' => 'supplierId'], ['element' => 'group_id'], ['element' => 'category_id'], ['element' => 'sub_category_id'], ['element' => 'model_id'], ['element' => 'custom', 'name' => 'filStatus', 'type' => 'select', 'label' => 'Status', 'options' => $viewStatus_options]]; } else { $searchElements = [['element' => 'dateRange'], ['element' => 'supplierId'], ['element' => 'group_id'], ['element' => 'category_id'], ['element' => 'sub_category_id'], ['element' => 'model_id'], ['element' => 'custom', 'name' => 'viewStatus', 'type' => 'select', 'label' => 'Status', 'options' => $viewStatus_options]]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# Purchase Date Refarance Number Supplier Name Branch Name Purchase Entry By Receive By Receive Status Action
Purchase No Chalan No Order No Qty Amount(TK)
@endsection