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

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

@php if($data['branchName']->name =='Head Office') { $searchElements = [ ['element' => 'branchId'], ['element' => 'custom', 'id' => 'fillCustomerId', 'name' => 'fillCustomerId', 'type' => 'text', 'label' => 'Customer Id'], ['element' => 'custom', 'id' => 'fillCustomerName', 'name' => 'fillCustomerName', 'type' => 'text', 'label' => 'Customer Name'], ['element' => 'custom', 'id' => 'fillCustomerPhone', 'name' => 'fillCustomerPhone', 'type' => 'text', 'label' => 'Customer Phone'] ]; } else{ $searchElements = [ ['element' => 'custom', 'id' => 'fillCustomerId', 'name' => 'fillCustomerId', 'type' => 'text', 'label' => 'Customer Id'], ['element' => 'custom', 'id' => 'fillCustomerName', 'name' => 'fillCustomerName', 'type' => 'text', 'label' => 'Customer Name'], ['element' => 'custom', 'id' => 'fillCustomerPhone', 'name' => 'fillCustomerPhone', 'type' => 'text', 'label' => 'Customer Phone'] ]; } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements]) @if ($data['is_incentive_type'] == 1) @endif @if ($data['isImportFromExcelStatus'] == 'true') @endif
SL#Reference CustomerCustomer Id Name Date Of Birth Phone Father Name Spouse Name Email National Id Action
Old Id New Id
@include('pos/tools/customer/customerDetails') @include('pos/tools/customer/excelCustomerModal') @endsection