@extends('template.layoutAdmin', ['activeButton'=>'']) @section('title') {{ trans('dashboard.dashboard') }} @endsection @section('cabecera')
{{ trans('dashboard.top') }} | {{ trans('dashboard.imagen') }} | {{ trans('dashboard.nombre') }} | {{ trans('dashboard.vendidos') }} |
---|---|---|---|
{{$loop->iteration}} |
@if($listproduct->img == null)
![]() |
{{$listproduct->nombre}} | {{$listproduct->cantidad}} | {{ trans('dashboard.noSeEncontraronRegistros') }} | @endif