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

EMPLOYEE ASSIGN LIST

@php $searchElements = [ ['element' => 'report_level','showAll' => 'no'], ['element' => 'branchId','showHeadoffice' => 'no','showallValzero' => 'yes'], ['element' => 'dateRange'] ]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# Date Branch Name & Code Employee Assign Person Action
Branach Name Code Asst. AC & MIS Officer Branch Manager Area Manager Zonal Manager
@endsection