@extends('admin::layouts.master') @section('title', 'Basket Items') @section('content')
| ID | Session | Product | Price | Qty | Actions |
|---|---|---|---|---|---|
| {{ $item->id }} | {{ \Illuminate\Support\Str::limit($item->session_id, 20) }} | {{ $item->product_name }} | €{{ number_format($item->price, 2) }} | {{ $item->quantity }} | View |
| No basket items found. | |||||