@php
$bread_crumb['page_main_bread_crumb'] = labels('front_messages.favorites', 'Favorites');
@endphp
@php
use App\Services\StoreService;
use App\Services\TranslationService;
$store_settings = app(StoreService::class)->getStoreSettings();
$language_code = app(TranslationService::class)->getLanguageCode();
@endphp
@php
$component = getWishlistDisplayComponent($store_settings);
@endphp