@extends('layouts.app') @section('title', 'Products') @section('content') {{-- ── Page Header ── --}}
{{-- ── Bulk Edit Bar ── --}} {{-- ── Search ── --}} {{-- ── Products Table ── --}}| ID | Product | Speed | Purchase | Sale | Visibility On Homepage | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| #{{ $products->firstItem() + $loop->index }} | {{ Str::limit($product->description, 35) }} | {{ $product->service_speed ?? '—' }} | ${{ number_format($product->purchase_price, 2) }} | ${{ number_format($product->sale_price, 2) }} | @include('admin.community_fibre_products._icon_eye') View @include('admin.community_fibre_products._icon_pencil') Edit | |||
|
No products yet. . |
||||||||
| ID | Description | Deleted | Actions |
|---|---|---|---|
| #{{ $product->id }} | {{ Str::limit($product->description, 40) }} | {{ $product->deleted_at?->format('M j, Y H:i') }} |
|