@foreach($productTabsOne as $key => $tab)
  • {{ $tab }}
  • @endforeach

@foreach (range(0, 7) as $skeleton)
@include('storefront::public.partials.product_card_skeleton')
@endforeach
{{ trans("storefront::layouts.next") }}
{{ trans("storefront::layouts.prev") }}