@extends('front.layout') @section('meta-keywords', "$seo->meta_keywords") @section('meta-description', "$seo->meta_description") @section('content')

{{ __('Downloadable') }}

@includeif('user.dashboard-sidenav')
{{ __('Downloadable Product') }}
@foreach ($orders as $id=>$order) @php $cart = json_decode($order->cart,true); @endphp @foreach ($cart as $key => $item) @if ($item['downloadable_file']) @endif @endforeach @endforeach
{{ $item['title'] }}
@if ($item['downloadable_file']) {{ __('Download File') }} @endif
@endsection