@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])
| SL# |
@if ($data['is_incentive_type'] == 1)
Reference Customer |
@endif
Customer Id |
Name |
Date Of Birth |
Phone |
Father Name |
Spouse Name |
Email |
National Id |
Action |
@if ($data['isImportFromExcelStatus'] == 'true')
| Old Id |
New Id |
@endif