@php
$options = ['' => 'Select any'];
$status = ['' => 'Select any', '' => 'All', '0' => 'New Registration Attempt', '1' => 'Registration Success', '2' => 'Registration Failed'];
// $searchElements = [['element' => 'report_level', 'showAll' => 'no'], ['element' => 'branchId'], ['element' => 'custom', 'id' => 'status', 'name' => 'status', 'type' => 'select', 'label' => 'Status', 'options' => $status], ['element' => 'supplierId'], ['element' => 'group_id'], ['element' => 'category_id'], ['element' => 'sub_category_id'], ['element' => 'model_id'], ['element' => 'dateRange'], ['element' => 'custom', 'id' => 'fillProductBarcode', 'name' => 'fillProductBarcode', 'type' => 'text', 'label' => 'Barcode'], ['element' => 'custom', 'id' => 'fillProductPID', 'name' => 'fillProductPID', 'type' => 'text', 'label' => 'PID/EMI']];
$searchElements = [['element' => 'report_level', 'showAll' => 'no'], ['element' => 'branchId'], ['element' => 'custom', 'id' => 'status', 'name' => 'status', 'type' => 'select', 'label' => 'Status', 'options' => $status], ['element' => 'supplierId'], ['element' => 'group_id'], ['element' => 'category_id'], ['element' => 'sub_category_id'], ['element' => 'model_id'], ['element' => 'dateRange'], ['element' => 'custom', 'id' => 'fillProductPID', 'name' => 'fillProductPID', 'type' => 'text', 'label' => 'Barcode'], ['element' => 'custom', 'id' => 'fillCustomerPhone', 'name' => 'fillCustomerPhone', 'type' => 'text', 'label' => 'Customer Phone']];
@endphp
@include('partials.searchPanel.main', ['searchElements' => $searchElements])
{{ $data['company']->name }}
{{ $data['company']->address }}
Branch Name:
{{ $data['pageTitle'] }}
Printed Date: {{ date('d-m-Y') }}