@for($i=0; $i<20; $i++) @foreach(Illuminate\Support\Collection::make(range(1,24))->shuffle() as $i) @if(rand(0, 10) < 2)
{!!Html::image("img/logo.png", null, ['class' => 'img-responsive'])!!}
@endif
{!!Html::image("img/welcome/".str_pad($i, 2, '0', STR_PAD_LEFT).".jpg", null, ['class' => 'img-responsive'])!!}
@endforeach @endfor
{!! Html::script('js/welcome.js')!!}