@php $tagid = Request::segment(3); @endphp Home {{-- Categories ElectronicaNew! ServidoresHot! Laptops Mac Book Pro Tablets --}} {{-- Products Apple iMac MacBook ProHot! Ipad 6 Addtocart Sticky Accordion Tabs --}} {{-- Pages Shopping Cart Checkout Checkout Shipping Checkout Shipping 2 Checkout Review Dashboard Dashboard My Account About Us Blog Blog Blog Post Contact Us Login Forgot Password --}} {{-- Features Header Types Footer Types --}} @php $displayItems = $items->take(11); $hasMoreItems = $items->count() > 11; $hiddenItems = $items->slice(11); @endphp @foreach ($displayItems as $item) @if ($item->favicon) @else @endif @php echo wordwrap($item->name, 27, "\n"); @endphp @endforeach @foreach ($hiddenItems as $item) @if ($item->favicon) @else @endif @php echo wordwrap($item->name, 27, "\n"); @endphp @endforeach @if ($hasMoreItems) MOSTRAR MÁS @endif @if ($hasMoreItems) @endif