@foreach ($banners1 as $item)
@php $extension = strtolower(pathinfo($item['url_foto'], PATHINFO_EXTENSION)); @endphp @if ($item['tipo'] === 'URL') @if ($extension === 'mp4') @else @endif @elseif ($item['tipo'] === 'Productos') @if ($extension === 'mp4') @else @endif @endif
@endforeach