@extends('layouts.dashboardnew') @section('content')
@if($item->estrellas > 0) @for($i=1; $i<=$item->estrellas; $i++) @endfor @endif
ID: {{$item->id}}
Producto creado: {{ date('d-m-Y', strtotime($item->created_at)) }}