@extends('layouts.front-end.app') @section('title', translate('order_Details')) @push('css_or_js') @endpush @section('content')
{{$order->deliveryManReview->comment}}
@if ($order->order_type == "POS") {{translate('this_order_is_a_POS_order.delivery_man_is_not_assigned_to_POS_orders')}} @else @if ($order->product_type_check =='digital') {{translate('this_order_contains_one_or_more_digital_products.')}} {{translate('delivery_man_is_not_assigned_for_digital_products')}}! @else {{translate('no_delivery_man_assigned_yet')}}! @endif @endif