@extends('layouts.frontpages') @section('content') @include('partials.header')
| No. Factura | Valor | Fecha Factura | Tienda | Fecha creación |
|---|---|---|---|---|
| {{ $item->code }} | $ {{ number_format($item->total, 0, ',', '.') }} | {{ $item->date }} | {{ $item->shop->name }} | {{ $item->created_at }} |