@extends('layouts.app') @section('titulo','OT '.$orden->codigo) @section('contenido')
Descripción: {{ $orden->descripcion }}
@endif @if($orden->observaciones)Observaciones: {{ $orden->observaciones }}
@endif| # | Descripción | L | I | Lu | A | Estado | Lectura | |
|---|---|---|---|---|---|---|---|---|
| Sin ítems. @if($orden->plan_id) Usa Llenar desde plan arriba para cargarlos automáticamente. @else Usa Agregar ítem arriba para crearlos manualmente. @endif | ||||||||
| Concepto | Tipo | Cantidad | C. unit. | Total | |
|---|---|---|---|---|---|
| {{ $c->concepto }} | {{ $c->tipo }} | {{ $c->cantidad }} | {{ number_format($c->costo_unitario,2) }} | {{ number_format($c->costo_total,2) }} | |
| Total | {{ number_format($orden->costo_total,2) }} | ||||