@extends('layouts.app') @section('title', 'Dish Billing - ISP ERP System') @section('content')
| Customer | Billing Month | Amount | Status | Actions |
|---|---|---|---|---|
| {{ $billing->connection->customer->customer_name }} | {{ $billing->billing_month->format('M Y') }} | {{ number_format($billing->amount, 2) }} | {{ ucfirst($billing->status) }} | View Edit |