@extends('frontend.components.layout') @section('title') Order Success @endsection @push('css') @endpush @section('topmenu') @include('frontend.components.topmenu') @endsection @section('content')

Thank you for your order

ORDER CONFIRMATION

Your order #{{ $orderNo }} has been successful!

Thank you for choosing {{ config('app.name') }}. You will shortly receive a Phone call from {{ config('app.name') }}.


Back to shop
@endsection