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

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

@php $searchElements = [ ['element' => 'report_level'], ['element' => 'branchId'], ['element' => 'dateRange'] ]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements]) @if( $data['roletype'] == 'Area Manager' || $data['roletype'] == 'Zonal Manager' || $data['roletype'] == 'Head Office') @endif
SL# Transfer Requisition Date Transfer Requisition Bill No Requisition Branch Requisition To Total Quantity Total Amount StatusZone/Area StatusAction
@endsection