@extends('layouts.app') @section('title', $pageTitle ?? 'Broadband Services') @section('content') {{-- ── Page Header ── --}}
{{-- ── Search ── --}} {{-- ── Table Card ── --}}| Service ID | Customer | Product | Status | Speed | Next Billing | Address | Created | |||
|---|---|---|---|---|---|---|---|---|---|---|
| #{{ $order->iperium_service_id ?? $order->id }} | {{ $order->user->name ?? $order->customer_name }} {{ $order->site_contact_email }} AVC ID:{{ $order->avc_id }} | {{ $order->product_display_name }} | {{ ucfirst(str_replace('_', ' ', $order->status_label)) }} | {{ $order->product?->service_speed ?? $order->communityFibreProduct?->service_speed ?? '—' }} | {{ $order->next_billing_date ? $order->next_billing_date->format('d/m/Y') : '—' }} | {{ \Illuminate\Support\Str::limit($order->service_address_display, 35) ?: '—' }} | {{ $order->created_at->format('M j, Y') }} | View | ||
|
No services found. |
||||||||||
Showing {{ $orders->firstItem() ?? 0 }}–{{ $orders->lastItem() ?? 0 }} of {{ $orders->total() }} results