@extends('layouts.app') @push('styles') @endpush @section('content')
Search for customer bills and select a record to print
Use the search form above to find customer bills by account number or name.
We couldn't find any bills matching your search. Try adjusting your criteria.
|
Account
Click any row to select a customer
|
Customer Details
|
Status
|
Customer ID
|
|---|---|---|---|
| {{ $bill->AccountNo ?? 'N/A' }} |
{{ $bill->CustomerName }}
@if($bill->PhoneNo)
{{ $bill->PhoneNo }}
@endif
|
{{ $bill->AccountStatus }} | {{ $bill->CustomerID }} |
No bills foundTry adjusting your search or filter criteria |
|||