@extends('frontend.default.layouts.app') @section('styles') @endsection @section('breadcrumb') {{ __('customer_panel.purchased_digital_products') }} @endsection @section('title') {{ __('customer_panel.purchased_digital_products') }} @endsection @section('content') @include('frontend.default.partials._breadcrumb') @include('frontend.default.pages.profile.partials._menu') {{ __('common.name') }} {{ __('common.action') }} @foreach ($digital_products as $key => $digital_product) {{ @$digital_product->seller_product_sku->product->product_name }} Download @endforeach @if ($digital_products->lastPage() > 1) @elseif(!$digital_products->count()) {{__('common.nothing_found')}} @endif @endsection
{{__('common.nothing_found')}}