@extends('welcome') @section('title', __('packs.seo_list_title')) @section('meta_description', __('packs.seo_list_description')) @section('content')

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

Icon {{ strtoupper(__('packs.our_packs')) }}

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

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

@forelse($packs as $pack) @php $imageUrl = $pack->cat_img ? asset('images/categories/' . $pack->cat_img) : asset('assets/img/icon/category_card_1.svg'); $packName = $pack->description(); $mealCount = $pack->cat_qtmeals; @endphp
{{ $packName }}
{{ $mealCount }} {{ __('packs.meals') }}

{{ $packName }}

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

{{ __('packs.choose_meal_type') }}
{{ __('packs.free_delivery') }}
{{ __('packs.fresh_ingredients') }}
{{ __('packs.starting_from') }} @if($pack->lowest_price) {{ number_format($pack->lowest_price, 2, ',', ' ') }}€ @else {{ __('packs.price_contact') }} @endif
@empty

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

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

{{ __('packs.back_to_home') }}
@endforelse
@if($packs->isNotEmpty())

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

{{ __('packs.fresh_ingredients') }}
{{ __('packs.free_delivery_country') }}
{{ __('packs.flexible_schedule') }}
@endif
@endsection @push('styles') @endpush