@php $catalog = isset($products) && $products->isNotEmpty() ? $products : collect(); $featured = $catalog->first(function ($p) { return str_contains(strtolower((string) $p->name), 'home player'); }) ?? $catalog->first(); $defaultJerseyImg = asset('site-media/jersey/HomePlayerFront.png'); $rawName = $featured ? trim((string) $featured->name) : ''; $isPlaceholderProductA = strcasecmp($rawName, 'Product A') === 0; $heroTitle = $featured ? ($isPlaceholderProductA ? 'Home Player Jersey' : $featured->name) : 'Home Player Jersey'; $heroImg = $defaultJerseyImg; if ($featured && ! $isPlaceholderProductA) { $raw = $featured->image_url ?? $featured->image ?? null; if ($raw) { $heroImg = \Illuminate\Support\Str::startsWith($raw, ['http://', 'https://']) ? $raw : (\Illuminate\Support\Str::startsWith($raw, 'storage/') ? asset($raw) : asset('storage/' . ltrim($raw, '/'))); } } @endphp
Official store

{{ $heroTitle }}

$10.00

Browse authentic Life Football Club kits, training wear, and supporter gear. Quality pieces for fans and players alike.

Shop trending kits
{{ \Illuminate\Support\Str::limit($heroTitle, 120) }}