@extends('layouts.dashboardnew') @section('content')
@foreach($productos as $item)
{{ $item->title }}

{{$item->title}}

Puntos de lealtad: {{ $item->precio }}

@endforeach
@endsection