@extends('layouts.front_end') @section('title', 'Order Details') @section('content')
{{-- --}} Order Details





logo

অর্ডার আইডি # {{$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->status}}
ডেলিভারি এড্রেস :
{{$order->Contact->business_name}}
{{$order->Contact->shipping_address}},@if($order->Contact->District){{($order->Contact->District->name)}}@endif
{{$order->Contact->mobile}}
{{-- order traking design start --}}
{{-- {{dd($status_result)}}--}} @foreach($status_result as $traking) {{-- {{dd($traking)}}--}}

{{$traking['order_status']}}
@if($traking['added_date'] != "") {{date('d M, Y',strtotime($traking['added_date']))}} @endif

@endforeach {{-- Mon, June 24--}} {{--
--}} {{-- --}} {{--

Shipped
Tue, June 25

--}} {{--
--}} {{--
--}} {{-- --}} {{--

Delivered
Fri, June 28

--}} {{--
--}}
{{-- order traking design end --}}
{{-- --}} {{-- --}} {{-- --}} @php $i=0;$sum=0; @endphp @foreach ($orderDetails as $orderDetail) {{-- --}} {{-- --}} @endforeach
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
Product->ProductImageFirst) src="{{ asset('storage/photo/'.$orderDetail->Product->ProductImageFirst->image)}}" @endif style="height:100px; weight:100px;" alt="Image2" class="img-circle img-fluid">
{{$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($currencySymbol) {{$currencySymbol->symbol}} @endif {{$sum}}

@if($order->apply_cash_back > 0)
পূর্বের অর্ডারের ক্যাশ ব্যাক : @if($currencySymbol) - {{$currencySymbol->symbol}} @endif {{$order->apply_cash_back}}

@endif @if($order->discount > 0)
ছাড় : @if($currencySymbol) - {{$currencySymbol->symbol}} @endif {{$order->discount}}

@endif
সর্বমোট বিল: @if($currencySymbol) {{$currencySymbol->symbol}} @endif {{$order->total_amount}}
গ্যারান্টিযুক্ত রিপ্লেস প্রডাক্টের নাম & সংখ্যা লিখুন:

{{$order->note}}

ইনভয়েস ডাউনলোড

@if($order->apply_cash_back > 0)

{{$order->apply_cash_back}} Taka Cashback Rewarded For This Order

* N.B: This cashback will be applicable at your next Order

@endif

@endsection
@push('scripts') @endpush