@extends('adminlte::page') @section('title', 'CAMINOS - Inconcert') @section('content_header') @stop @section('content')
Seguimiento Órdenes Activas
@foreach ($ordenes_retrasadas as $orden) @endforeach
#Orden Asesor Área Placa Vehículo F. Entrada F. Terminada Días F. Seguimiento T. Cliente Vr. MO Vr. Rep Motivo
{{ $orden->codBodega }}-{{ $orden->numOrdTrabajo }} {{ ucwords(strtolower($orden->aseServicio)) }} {{ $orden->area }} {{ $orden->placa }} {{ $orden->estilo }} {{ $orden->fechaEntrada->format('d/m/Y') }} {{ $orden->fechaTerminada ? $orden->fechaTerminada->format('d/m/Y') : '' }} {{ $hoy->diffInDays($orden->fechaEntrada) }} {{ $orden->fechaMotivoRetraso ? $orden->fechaMotivoRetraso->format('d/m/Y h:i:s') : '' }} {{ $orden->tipo_clientes }} ${{ $orden->vrMO ? number_format($orden->vrMO, '0') : 0 }} ${{ $orden->vrRep ? number_format($orden->vrRep, '0') : 0 }} {{ $orden->motivo ?? '' }} @if ($orden->motivo) @endif
@include('layouts.cliente.create') @include('layouts.vehiculo.create') @include('layouts.vehiculo.search') @stop @section('css') {{-- --}} @stop @section('js') {{-- Librerias Inconcert --}} {{-- --}} {{-- --}} {{-- Fin Librerias Inconcert --}} {{-- --}} @stop