@extends('layouts.admin') @section('title', 'Dashboard General') @section('styles') @endsection @section('content')
{!! strip_tags($art->descripcion) !!}
Q. {{ number_format($art->p_venta, 2) }} @endforeach Ver todo el inventario| Artículo | Cód. Barras | Stock Actual | Stock Mínimo | Acción |
|---|---|---|---|---|
| {{ $art->nombre }} {!! strip_tags($art->descripcion) !!} | {{ $art->cod_barras }} | {{ $art->stock }} | {{ $art->min_stock }} | Ver |
| Proveedor | Contacto | Valor | Fecha |
|---|---|---|---|
| {{ $ab->nombre }} | {{ $ab->telefono1 }} / {{ $ab->telefono2 }} | Q. {{ number_format($ab->valor, 2) }} | {{ $ab->fecha_de_pago }} |
| Cliente | Descripción | Fecha | Total |
|---|---|---|---|
|
{{ $deu->nombre }}
{{ $deu->telefono1 }}
|
{{ $deu->descripcion }} | {{ $deu->fecha_pago }} | Q. {{ number_format($deu->total, 2) }} |
| Proveedor | Teléfono | Valor | Fecha de Cobro |
|---|---|---|---|
| {{ $che->nombre }} | {{ $che->telefono1 }} | Q. {{ number_format($che->valor, 2) }} | {{ $che->fecha_cobro }} |