Compared to last week
--}}Compared to last week
--}}Compared to last week
--}}Compared to last week
--}}Fecha de Recibido | Prioridad | #Orden de retiro | Cliente | Asesor | Cantidad de Servicios | Categoría | Tipo extintor | Marca | Número ó Serie | Fotos | Observaciones | Extra | Tiempo Área Técnica | Semáforo | Fecha recargas | Estado | Finalizar orden | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $order->created_at_format }} | @if($order->priority===0)
Normal @elseAlta @endif |
{{$order->id}} |
{{$order->customer->name}}
Sucursal: {{$order?->brancOffice?->name}} |
{{$order->owner->name}} | {{ count($order->orderDetails ?? [])}} | {{$order?->date_workshop?->diffForHumans()}} |
@if($order->created_at->diffInDays(now()) <= 3)
![]() ![]() |
![]()
@include('refill.modal_refill_all')
|
@if($order->state=="WORKSHOP")
En Área Técnica @elseif($order->state=="DOING")Armando @endif |
@if($order->state=="DOING") Finalizar Orden @else Finalizar Orden @endif | ||||||||
{{$detail->product->category->name}} | {{$detail->product->name}} | {{$detail->product->brand->name}} | {{$detail->serial_number}} |
@php
$rnd = uniqid();
@endphp
Fotos
|
{{$detail->observation}} | Extras |
![]()
@include('refill.modal_refill')
|
@if($detail->canFinnish() && $detail->owner) Finalizar @endif |