@extends('pdf.index') @section('content') @php $top = 200; @endphp @foreach ($usuarios as $numero => $usuario)
@if ($usuario->QrCode) @endif

@if ($numero % 2 != 0 && $numero != 0)
@endif @if ($numero % 2 == 0) @php $top = 600; @endphp @else @php $top = 200; @endphp @endif @endforeach @endsection