@foreach($productos as $pro)
{{$pro->category->title}}
{{$pro->title}}
{{$pro->mentor->display_name}}
@if ($moneda->mostrar_a_d)
{{$moneda->simbolo}} {{$pro->price}}
@else
{{$pro->price}} {{$moneda->simbolo}}
@endif
{{--
{!! $pro->description !!}
--}}
Comprar
@endforeach
{{ $productos->links('tienda.paginate.index') }}