@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content')
@if(isset($product_orders)) {{-- @json($product_orders) --}}

Completed Payment List


@if(Session::has('message')) @endif
{{-- --}} @if(isset($product_orders)) @foreach($product_orders as $product_order) {{-- --}} {{----}} {{-- --}} @endforeach @endif
Order Id Customer Name Order Date Payment Date Approx. Delivery DateDescriptionAction
{{$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
@endif
@endsection @section('footer-script') @endsection