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

{{ $data['pageTitle'] }}

@php $viewStatus_options = ['' => 'Select any','All Customer' =>$data['customerData']]; $searchElements = [ ['element' => 'branchId'], ['element' => 'custom', 'name' => 'fillCustomerBy','type' => 'select', 'label' => 'Customer','options' => $viewStatus_options], ['element' => 'dateRange'] ]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])

{{$data['company']->name}}
{{$data['company']->address}}
{{ $data['pageTitle'] }}

Customer Name: Branch:
Customer ID: Reporting Date :
Customer Phone: Print Date: {{date('d-m-Y g:i A')}}

@endsection