@if ($product->type == 'downloadable')
{!! view_render_event('bagisto.shop.products.view.downloadable.before', ['product' => $product]) !!}
@if ($product->downloadable_samples->count())
{{ __('shop::app.products.samples') }}
@endif
@if ($product->downloadable_links->count())
{{ __('shop::app.products.links') }}
@foreach ($product->downloadable_links as $link)
-
@endif
@endforeach
@{{ errors.first('links[]') }}
@endif
{!! view_render_event('bagisto.shop.products.view.downloadable.before', ['product' => $product]) !!}
@endif