@extends('layouts/plantilla') @section('contenido')
@if($productos->count() > 0) @foreach($productos as $producto) @if($aux != $producto->id_tipo_producto) @if(($aux != null))
@endif

{{$producto->TipoProducto->nombre}}

@endif
@if($producto->fotoProducto->count() > 0) @else @endif
{{$producto->nombre}}

@if($producto->precio!=null) Precio: {{$producto->precio}} @else
@endif

Cotizar
@endforeach
@endif
{{$productos->links()}}
@endsection