@extends('layouts.adminpages') @section('content')
{{ $error }}
@endforeach| Nombre | Cedula | Tienda | No. factura | Fecha | Valor | Ver Productos |
|---|---|---|---|---|---|---|
| {{ $item->user->fullName }} | {{ $item->user->identification }} | {{ $item->shop->name }} | {{ $item->code }} | {{ $item->date }} | $ {{ $item->total }} | Ir |