@extends('layouts.shop') @section('title', 'Order Success') @section('content')

Order Confirmed!

Thank you for your purchase. Your order number is {{ $order->order_number }}.

We have sent a confirmation email to {{ $order->email }}.

@if(Auth::check()) @endif

Redirecting to My Orders in 3 seconds...

@endsection