@extends('welcome') @section('title', __('packs.seo_title', ['category' => $category->description() ?? __('packs.packs')])) @section('meta_description', __('packs.meta_description', ['category' => $category->description() ?? __('packs.packs')])) @section('content')

{{ $category->description() }}

@if($category->cat_id == 152)

{{ __('packs.pack_60_info') }}

@endif
Icon {{ strtoupper(__('packs.available_packs')) }}

{{ $category->description() }}

{{ __('packs.select_pack', ['category' => $category->description()]) }}

@forelse($products as $product)
{{ $product->title }} @if($product->pro_highlight) {{ __('packs.highlight') }} @endif

{{ $product->title }}

{{ $category->description() }}

@if($product->pro_info_pt)

{{ Str::limit($product->pro_info_pt, 100) }}

@endif
@php $lowestPrice = $product->typeMeals->min('pivot.ptm_price'); @endphp @if($lowestPrice) {{ number_format($lowestPrice, 2, ',', ' ') }}€ {{ __('packs.starting_from') }} @endif
@empty

{{ __('packs.no_packs_available') }}

{{ __('packs.no_packs_message') }}

{{ __('packs.back_to_home') }}
@endforelse
@endsection @push('styles') @endpush