@extends('layouts.app') @section('title', 'Bandwidth Upgrade Requests') @section('page-title', 'Bandwidth Upgrade Requests') @section('content')
There are no bandwidth upgrade requests in the system.
| Invoice | Invoice Date | Customer | Total Items | Action | ||
|---|---|---|---|---|---|---|
| {{ $invoiceNumber }} | @if($invoiceDate) {{ $invoiceDate }} @else - @endif |
@if($customer)
{{ $customer->company_name ?? $customer->name ?? 'N/A' }}
@if($customer->email)
{{ $customer->email }} @endif @else N/A @endif |
{{ $logs->count() }} item(s) | Upgrade Invoice |