@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]}}

@if($k >= 3)
@endif @endif @endfor @endfor
@stop