@extends('frontend.user.dashboard.user-master') @section('section') @if(!empty(get_static_option('product_module_status'))) @if(!empty($downloads))
@foreach($downloads as $data) @endforeach
{{__('Thumbnail')}} {{__('Product Info')}} {{__('Download')}}
{!! render_image_markup_by_attachment_id($data['image']) !!}

{{$data['title']}}

{{{__('Order ID:')}}} {{$data['order_id']}} {{{__('Quantity:')}}} {{$data['quantity']}} {{{__('Purchased:')}}} {{date_format($data['order_date'],'d M Y')}}
{{__('Download File')}}
@else
{{__('No Downloads Found')}}
@endif @endif @endsection