@extends('layouts.frontpages') @section('content') @include('partials.header')
| No. Factura | Valor | Fecha Fact. | Estado | Tienda / Descripción |
|---|---|---|---|---|
| {{ $item->number }} | $ {{ number_format($item->value, 0, ',', '.') }} | {{ $item->date }} | {{ $item->status_name }} |
{{ str_limit($item->shop->name, 25) }} @if ($item->status == 2) {{ $item['observations'] }} @endif |