@extends('user-layouts.user_template') @section('content')

Orders

Order List

@foreach($array_payment_details as $row) @endforeach
Invoice No. Total Payment Date Created Action
{{ $row->InvoiceNumber }} {{ $row->Currency }} {{ $row->Total }} {{ date('F j, Y g:i a', strtotime($row->DateCreated)) }} View Details
@endsection