@extends('layouts.front-end.app') @section('title', translate('order_Details')) @section('content')
@include('web-views.partials._profile-aside')
@include('web-views.users-profile.account-details.partial',['order'=>$orderDetails])
@if($orderDetails->order_type == 'default_type' && getWebConfig(name: 'order_verification'))
{{translate('order_verification_code') }} : {{$orderDetails['verification_code']}}
@endif @if($orderDetails->order_type == 'POS')
{{translate('POS_Order')}}
@endif
@endsection