@extends('layout') @section('title', $title) @section('content')

Savremeni sistemi spavanja

Najnoviji proizvodi

@foreach ($popular as $key => $pop) @if ($key % 4 == 0)
@endif @if ($key % 4 == 3 || count($popular) == $key + 1)
@endif @endforeach
@endsection