@extends('layouts.web') @section('contenido')


{{-- Novedades NORMALES --}}
@foreach ($ofertas as $oferta)
@if ($oferta->imagen != null) ... @endif
@endforeach
@endsection