@extends('layouts.auth.app') @section('title', 'Settlement Via PoA') @section('content')

Unsettled Bills with PoA Balance

View and settle outstanding bills using Payment on Account balance

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
Show: entries
Bill Date Bill Ref Amount Action

Showing 0 to 0 of 0 results

@endsection @push('scripts') @endpush