@extends('layouts.shop') @section('title', 'Order Success') @section('content')
Thank you for your purchase. Your order number is {{ $order->order_number }}.
We have sent a confirmation email to {{ $order->email }}.
Redirecting to My Orders in 3 seconds...