@extends('ecommerce::frontend.layout.main2') @section('title') Order Success @endsection @section('description') @endsection @section('content') @include('ecommerce::frontend.partials.header')

{{trans('file.Thank you for your order')}}

{{trans('file.Here is your order reference no')}}:

#{{ $sale_reference }}

{{trans('file.You will receive an email with delivery details shortly')}}

@include('ecommerce::frontend.partials.footer') @endsection @section('style') @endsection @section('script') @endsection