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

CUSTOMER ASSIGN LIST

@php if($data['branchName']->id ==1) { $searchElements = [ ['element' => 'report_level'], ['element' => 'branchId','showHeadoffice' => 'no','showAll' => 'no'], ['element' => 'allEmployeeIdForPos','alloption' => 'yes'], ]; } else{ $searchElements = [ ['element' => 'report_level'], ['element' => 'branchId'], ['element' => 'allEmployeeIdForPos','alloption' => 'no'], ]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# BRANCH NAME & CODE EMPLOYEE NAME & ID DESIGNATION NUMBER OF CUSTOMER Action
BRANCH NAME CODE EMPLOYEE NAME EMPLOYEE ID
@endsection