@php
$hasShownHeader = false;
$data = \App\Models\Store::getStoreRoutesMeta();
@endphp
@if (Route::currentRouteName() === 'home')
Compra Módulos de Celulares y Repuestos para Notebooks en Argentina | Técnico Cerca
@else
@foreach ($data as $item)
@if (Str::contains(url()->full(), $item->slug) || Str::contains(url()->full(), $item->route))
{{ $item->title }}
@php $hasShownHeader = true @endphp
@endif
@endforeach
@if (!$hasShownHeader)
Compra Módulos de Celulares y Repuestos para Notebooks en Argentina | Técnico Cerca
@endif
@endif