@extends('layouts.app') @section('content')
Servicios
Repuestos
Ganancias Totales
| Cliente | Articulo | Total | Abonado | Pendiente | Fecha Entrega | Fecha de Recivido | Ver Datoss |
|---|---|---|---|---|---|---|---|
| {{$servi->nombre}} | {{$servi->articulo}} | {{$servi->total}} | {{$servi->anticipo}} | {{$servi->pendiente}} | {{$servi->fecha_ent}} | {{$servi->fecha_rev}} | Ver Datos |
| Repuesto | Precio Venta | Precio Costo | Ganancia | Fecha de Colocacion | Ver Servicio |
|---|---|---|---|---|---|
| {{$rep->nombre}} | {{$rep->cotos}} | {{$rep->p_costo}} | {{$rep->cotos - $rep->p_costo}} | {{$rep->fechadeventa}} | Ver Datos |