@extends('admin.layout') @section('content')
{{ __('ID') }} | {{ __('FECHA DE CREACIÓN DE LA COMPRA') }} | {{ __('PROVEEDOR') }} | {{ __('COSTO TOTAL') }} | {{ __('ACCIÓN') }} | |||||
---|---|---|---|---|---|---|---|---|---|
{{ $invingresosrapido->id }} | {{ $invingresosrapido->created_at }} | @if (is_array($invingresosrapido->productos) && count($invingresosrapido->productos) > 0){{ $invingresosrapido->productos[0]->nombre_producto }} | @endif@if ($invingresosrapido->proveedor) {{ $invingresosrapido->proveedor->razon_social }} @endif |
S/. {{ number_format($invingresosrapido->total, 2) }} |
ANULADO @endif |
||||
{{ __('No hay datos disponibles') }} |