@extends('frontend.layouts.app') @section('content')

{{translate('Your order has been recived')}}

{{translate('Thanks for your order')}}

{{translate('Order ID')}} : {{$order->order_id}}

{{translate( 'An order confirmation email has been sent to your billing address' )}}
@endsection