@extends('layouts.app') @section('title', 'Orden '.$orden->numero) @section('content') @php $estadosLabels = \App\Models\Orden::estados(); @endphp
| Descripción | Cant. | Precio | Subtotal |
|---|---|---|---|
| {{ $s->descripcion }} | {{ $s->cantidad }} | S/ {{ number_format($s->precio,2) }} | S/ {{ number_format($s->subtotal,2) }} |
| Sin servicios. | |||
| Descripción | Cant. | Precio | Subtotal |
|---|---|---|---|
| {{ $r->descripcion }} | {{ $r->cantidad }} | S/ {{ number_format($r->precio,2) }} | S/ {{ number_format($r->subtotal,2) }} |
| Sin repuestos. | |||