{{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($modelos as $modelo) @if ($modelo->tipo->slug == 'mp4') @endif @endforeach @php $i = 0; @endphp @foreach ($modelos as $modelo) {{-- MODELO GIF --}} @if ($modelo->tipo->slug == 'gif') @php $extension = pathinfo($modelo->model->first()->nombre, PATHINFO_EXTENSION); @endphp {{-- COMPRUEBA SI LA EXTENSION DEL MODELO ES UN GIF --}} @if ($extension == 'gif') {{-- SI NO ES UN GIF, ES UN JPG U SIMILAR --}} @else @endif @endif {{-- MODELO VIDEO --}} @if ($modelo->tipo->slug == 'mp4') @endif @php $i++; @endphp @endforeach {{-- --}}