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

{{ $data['pageTitle'] }}

@php $searchElements = [ ['element' => 'fillBranchIdForExportImport'], ['element' => 'supplierId'], ['element' => 'group_id'], ['element' => 'category_id'], ['element' => 'model_id'], ['element' => 'dateTo'], ]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])

{{ $data['company']->name }}
{{ $data['company']->address }}
{{ $data['pageTitle'] }}
Branch Name:
As on:

Printed Date: {{ date('d-m-Y') }}

{{--
Prepared By Verified By Reviewed By Approved By
--}}
@endsection