@extends('frontend.layouts.master') @section('meta_title', __('Digital Product') . ' || ' . $setting->app_name) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
@include('frontend.profile.partials.sidebar')

{{ __('Digital Product') }}

@forelse ($digital_products as $orderProduct) @empty @endforelse
{{ __('Image') }} {{ __('Details') }} {{ __('Download') }}
{{ $orderProduct?->product?->title }}
{{ $orderProduct?->product?->title }}

@for ($i = 1; $i <= 5; $i++) @if ($i <= floor($orderProduct?->product?->average_rating)) @elseif ($i - 0.5 <= $orderProduct?->product?->average_rating) @else @endif @endfor ({{ $orderProduct?->product?->reviews_count }} {{ __('Reviews') }})

{{ currency($orderProduct?->product?->price) }}
{{__('Download')}}
@if ($digital_products->hasPages()) {{ $digital_products->onEachSide(0)->links('frontend.pagination.custom') }} @endif
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection