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

{{$data['pageTitle']}}

@php $searchElements = [ ['element' => 'report_level','showAll'=>'no'], ['element' => 'branchId'], ['element' => 'allEmployeeId','alloption' => 'no'], ['element' => 'monthyear'], ]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])

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

Field Officer Name:

Printed Date: 21-07-2026

@endsection