@extends('ecommerce::frontend.layout.main') @section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @section('content')
verified

{{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')}}

@endsection @section('script') @endsection