@extends('layouts/inventory_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','col' => 2], ['element' => 'branchId'], ['element' => 'dateRange'], ['element' => 'inv_group_id'], ['element' => 'inv_category_id'], ['element' => 'inv_sub_category_id'], ['element' => 'inv_model_id'], ['element' => 'custom', 'name' => 'filStatus', 'type' => 'select', 'label' => 'Status', 'options' => $viewStatus_options]]; } else { $searchElements = [['element' => 'dateRange'], ['element' => 'inv_group_id'], ['element' => 'inv_category_id'], ['element' => 'inv_sub_category_id'], ['element' => 'inv_model_id'], ['element' => 'custom', 'name' => 'viewStatus', 'type' => 'select', 'label' => 'Status', 'options' => $viewStatus_options]]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# Opening Date Opening Bill No Branch Total Qty Total Amount Entry By Approved Status Action
@endsection