@extends('frontend.dashboard.dashboard-app') @section('dashboard_contents')

Your Purchased Products

@foreach($digitalProducts as $product) @endforeach
Order Product Date Actions
#{{ $loop->iteration }} {{ $product->product_name }} {{ date('Y-m-d', strtotime($product->created_at)) }} View
@endsection