@extends('layouts.external') @section('title') @endsection @section('header-style') @endsection @section('content')
| SL | Order Id | {{--Customer Name | --}}Order Date | Payment Date | {{--Requested Qty | --}}Product | Payment Amount | Status | {{--Action | --}}
|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$product_order->product_order_id}} | {{--{{$product_order->customer->customer_name}} | --}}{{ date( 'Y-m-d' , strtotime($product_order->order_date) )}} | {{ date( 'Y-m-d' , strtotime($product_order->payment_completed_date) )}} | {{--{{count($product_order->product_order_detail)}} --}} {{-- @if(isset($product_order->product_order_detail) && count($product_order->product_order_detail) > 0) {{count($product_order->product_order_detail)}} Format Requested @endif --}}{{-- | --}}@if(isset($product_order->product_order_details) && count($product_order->product_order_details)) {{$p_name}} @endif {{-- @json($product_order->product_order_details[0]->product->name)--}} | @foreach($product_order->product_order_detail as $device) @endforeach {{$total}} BDT | Payment success | {{----}} |
| No confirmed order | |||||||||