@extends('layouts.website') @section('title', 'Order Status') @section('content') @if($order)
Track your token and status below.
Items: {{ $order->items->map(function($i) { return $i->qty . ' x ' . $i->product->name; })->implode(', ') }}
Show your token at counter when collecting.
Order Again