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

{!! $data['pageTitle'] !!}

@if ($data['buttonVisiable'] == true) @endif
@php $searchElements = [['element' => 'supplierId'], ['element' => 'dateRange']]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements]) @if ($data['roletype'] == 'Credit Officer')
Date:{{ $data['activeDate'] }}
@endif {{-- --}} {{-- --}}
SL No. Payment Date Supplier InformationPurchase AmountPaid AmountDue AmountPayment By Payment Time Action
Supplier Name Company Name Supplier No
@endsection