@extends('layouts.app') @section('page-title') Nos marques @stop @section('content') {{$title}} @include('includes.breadcrumb') {{$title}} @for($i = 0; $i < (int)(count($letters) / 4); $i++) @for($k = 0, $n = rand(0, 6); $k < 4; $k++) @if($n > 0) @if($k == 0) @endif {{$letters[$i * 4 + $k]}} @for($j = 0; $j < $n; $j++) @if($link) @endif {{$brands[rand(0, count($brands) - 1)]}} @if($link) @endif @endfor @if($k >= 3) @endif @endif @endfor @endfor @stop