@foreach($productos as $p)
@php $foto_producto = \FCR::getFotoProducto($p->producto_id); @endphp
@if(!empty($foto_producto)) {{ $p->url_h1 }} @else Producto sin foto @endif
@endforeach