@extends("front/layout.master") @section('title',__('Order Placed Successfully |')) @section("body")
thankyou

{{ __('staticwords.Thankyou') }} !!!

{{ __("staticwords.orderplacedsuccesstext") }} #{{ app('request')->input('orderid') ?? '' }}


@endsection