@extends('layouts/pos_layout') @section('title', '| Customer Wise Outstanding Due Report') @section('content')

Customer Wise Outstanding Due Report

@php $searchElements = [ ['element' => 'report_level','showAll' => 'no'], ['element' => 'branchId','showAll' => 'no','showHeadoffice' => 'no'], ['element' => 'supplierId'], ['element' => 'category_id','label' => 'Product'], ['element' => 'dateTo'], ]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])

{{ $data['company']->name }}
{{$data['company']->address}}
Customer Wise Outstanding & Due Report
Branch Name:
As on:

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

@if(isset($data['branchName']->name) && $data['branchName']->name == 'Head Office') @else @endif @if(isset($data['branchName']->name) && $data['branchName']->name == 'Head Office') @else @endif
Prepared By Verified By Reviewed By Approved By
@endsection