{{-- --}}
Order Details
অর্ডার আইডি # {{$order->code}}
তারিখ: {{date('d F Y', strtotime($order->order_date))}}
{{-- Billed To:
{{$order->Contact->business_name}}
{{$order->Contact->shipping_address}},@if($order->Contact->District){{($order->Contact->District->name)}}@endif
{{$order->Contact->mobile}}
--}}
{{$order->Contact->business_name}}
{{$order->Contact->shipping_address}},@if($order->Contact->District){{($order->Contact->District->name)}}@endif
{{$order->Contact->mobile}}
--}}
অর্ডার স্ট্যাটাস: {{$order->status}}
ডেলিভারি এড্রেস :
{{$order->Contact->business_name}}
{{$order->Contact->shipping_address}},@if($order->Contact->District){{($order->Contact->District->name)}}@endif
{{$order->Contact->mobile}}
{{$order->Contact->business_name}}
{{$order->Contact->shipping_address}},@if($order->Contact->District){{($order->Contact->District->name)}}@endif
{{$order->Contact->mobile}}
{{-- order traking design start --}}
{{-- order traking design end --}}
{{-- {{dd($status_result)}}--}}
@foreach($status_result as $traking)
{{-- {{dd($traking)}}--}}
@endforeach
{{-- Mon, June 24--}}
{{--
{{$traking['order_status']}}
@if($traking['added_date'] != "")
{{date('d M, Y',strtotime($traking['added_date']))}}
@endif
--}}
{{-- --}}
{{--
--}}
{{-- Shipped
Tue, June 25
--}}
{{-- --}}
{{--
--}}
Delivered
Fri, June 28
SL. | --}} {{--Order No. | --}} {{--Date | --}}প্রডাক্ট | পিকচার | সংখ্যা | প্রাইস | সাবটোটাল | |
---|---|---|---|---|---|---|---|---|
{{++$i}} | --}} {{--{{date('d F Y', strtotime($order->order_date))}} | --}}{{++$i}} |
@if($orderDetail->Product)
{{$orderDetail->Product->name}}
@if($orderDetail->model_id != "" && $orderDetail->Product->product_type == '1')
@php $models = json_decode($orderDetail->model_id); @endphp @foreach($models as $model) {{$model->model}} - {{$model->qty}}p @endforeach @endif @endif @if($orderDetail->Product->product_type != '1') { @if($orderDetail->Product->guarantee==100) গ্যারান্টি: দোকান গ্যারান্টি @elseif($orderDetail->Product->guarantee==99) গ্যারান্টি: ১ বছরের ওয়ারেন্টি @elseif($orderDetail->Product->guarantee==98) গ্যারান্টি: ২ বছরের ওয়ারেন্টি @elseif($orderDetail->Product->guarantee!=0) গ্যারান্টি: {{$orderDetail->Product->guarantee}} মাস @else গ্যারান্টি: নাই @endif } @endif |
|
{{$orderDetail->quantity}} | @if($currencySymbol) {{$currencySymbol->symbol}} @endif {{$orderDetail->unit_price}} @php $sum += ($orderDetail->quantity* $orderDetail->unit_price); @endphp | @if($currencySymbol) {{$currencySymbol->symbol}} @endif {{$orderDetail->quantity * $orderDetail->unit_price}} |
@if($order->apply_cash_back > 0)
@endif @if($order->discount > 0)
@endif
{{$order->apply_cash_back}} Taka Cashback Rewarded For This Order* N.B: This cashback will be applicable at your next Order |