@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content')
| Order Id | Customer Name | Order Date | Payment Date | Approx. Delivery Date | {{--Description | --}}Action | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{$product_order->product_order_id}} | {{$product_order->customer->customer_name}} {{--{{$product_order->customer->customer_name}}--}} | {{ date( 'Y-m-d' , strtotime($product_order->order_date) )}} | {{ date( 'Y-m-d' , strtotime($product_order->payment_completed_date) )}} | {{--{{$product_order->confirmed_yn == 'Y'?'Yes':'No'}} | @if(isset($product_order->tentative_confirmation)) {{ date( 'Y-m-d' , strtotime($product_order->tentative_confirmation) )}} @endif | {{$product_order->notified_yn == 'Y'?'Yes':'No'}} | --}} {{--@if(isset($product_order->product_order_detail) && count($product_order->product_order_detail) > 0) {{count($product_order->product_order_detail)}} Format Requested @endif | --}}tentative_confirmation)) value="{{ date( 'Y-m-d' , strtotime($product_order->tentative_confirmation) )}}" disabled="disabled" @endif > | {{----}} | @if(isset($product_order->tentative_confirmation)) @else @endif |