@extends('layouts.app') @section('title','Order Confirmation') @section('content')
Your order {{ $order->order_no }} has been {{ $order->status }}.
Total paid: £{{ number_format($order->total_gbp,2) }}
@if($order->paid_at)Paid at: {{ $order->paid_at->format('d M Y H:i') }}
@endif Continue shopping