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