@extends('layouts.main') @section('title', '| Reportes') @section('titlePage', 'Reportes') @section('content')
{{ $message }}
Fecha de Recibido | Prioridad | #Orden de retiro | Cliente | Asesor | Cantidad de Servicios | Categoría | Tipo extintor | Marca | Número ó Serie | Fotos | Observaciones | 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)
![]() ![]() |
![]() |
@if($order->state=="WORKSHOP")
En Área Técnica @elseif($order->state=="DOING")Armando @endif |
||||||||
{{$detail->product->category->name}} | {{$detail->product->name}} | {{$detail->product->brand->name}} | {{$detail->serial_number}} |
@php
$rnd = uniqid();
@endphp
Fotos
|
{{$detail->observation}} |
![]() |