@php $VerEditor = auth()->user()->can('Servicios - Editor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo','DATOS DEL SERVICIO NO. '. $datos->numero_serv ) @section('contenido')
@csrf

Datos del servicio

@if ($datos->estatus_serv != 'Finalizado') @endif Regresar @if ($datos->estatus_serv != 'Finalizado') Finalizar servicio @endif
@csrf

Estado General del Vehiculo

kilimetraje

Gasolina

gasolina_seev == 'Vacio' ? 'checked' : '' }}>
gasolina_seev == '1/4' ? 'checked' : '' }}>
gasolina_seev == '1/2' ? 'checked' : '' }}>
gasolina_seev == '3/4' ? 'checked' : '' }}>
gasolina_seev == 'Lleno' ? 'checked' : '' }}>

Exteriores

Descripción Si No
LUCES FRONTALES luces_frontales_ext_seev == 1 ? 'checked' : '' }}> luces_frontales_ext_seev == 0 ? 'checked' : '' }}>
1/4 DE LUCES luces_seev == 1 ? 'checked' : '' }}> luces_seev == 0 ? 'checked' : '' }}>
ANTENA antena_ext_seev == 1 ? 'checked' : '' }}> antena_ext_seev == 0 ? 'checked' : '' }}>
ESPEJOS LATERALES espejo_laterales_ext_seev == 1 ? 'checked' : '' }}> espejo_laterales_ext_seev == 0 ? 'checked' : '' }}>
CRISTALES cristales_ext_seev == 1 ? 'checked' : '' }}> cristales_ext_seev == 0 ? 'checked' : '' }}>
EMBLEMAS emblemas_ext_seev == 1 ? 'checked' : '' }}> emblemas_ext_seev == 0 ? 'checked' : '' }}>
LLANTAS {{ "(4)" }} llantas_4_ext_seev == 1 ? 'checked' : '' }}> llantas_4_ext_seev == 0 ? 'checked' : '' }}>
TAPON DE RUEDAS {{ "(4)" }} tapon_ruedas_4_ext_seev == 1 ? 'checked' : '' }}> tapon_ruedas_4_ext_seev == 0 ? 'checked' : '' }}>
MOLDURAS COMPLETAS molduras_completas_ext_seev == 1 ? 'checked' : '' }}> molduras_completas_ext_seev == 0 ? 'checked' : '' }}>
TAPON DE GASOLINA tapon_gasolina_ext_seev == 1 ? 'checked' : '' }}> tapon_gasolina_ext_seev == 0 ? 'checked' : '' }}>
LIMPIADORES {{ "PLUMAS" }} limpiadores_plumas_ext_seev == 1 ? 'checked' : '' }}> limpiadores_plumas_ext_seev == 0 ? 'checked' : '' }}>

Interiores

Descripción Si No
INTRUMENTOS TABLERO instrumentos_tableros_int_seev == 1 ? 'checked' : '' }}> instrumentos_tableros_int_seev == 0 ? 'checked' : '' }}>
CALEFACCIÓN calefaccion_int_seev == 1 ? 'checked' : '' }}> calefaccion_int_seev == 0 ? 'checked' : '' }}>
SISTEMA DE SONIDO sistema_sonido_int_seev == 1 ? 'checked' : '' }}> sistema_sonido_int_seev == 0 ? 'checked' : '' }}>
BOCINAS bocinas_int_seev == 1 ? 'checked' : '' }}> bocinas_int_seev == 0 ? 'checked' : '' }}>
ESPEJO RETROVISOR espejo_retrovisor_int_seev == 1 ? 'checked' : '' }}> espejo_retrovisor_int_seev == 0 ? 'checked' : '' }}>
CINTURONES cinturones_int_seev == 1 ? 'checked' : '' }}> cinturones_int_seev == 0 ? 'checked' : '' }}>
BOTONERIA GENERAL botoneria_general_int_seev == 1 ? 'checked' : '' }}> botoneria_general_int_seev == 0 ? 'checked' : '' }}>
MANIJAS manijas_int_seev == 1 ? 'checked' : '' }}> manijas_int_seev == 0 ? 'checked' : '' }}>
TAPETES tapetes_int_seev == 1 ? 'checked' : '' }}> tapetes_int_seev == 0 ? 'checked' : '' }}>
VESTIDURAS vestiduras_int_seev == 1 ? 'checked' : '' }}> vestiduras_int_seev == 0 ? 'checked' : '' }}>
OTROS otros_int_seev == 1 ? 'checked' : '' }}> otros_int_seev == 0 ? 'checked' : '' }}>
Problema Principal del Vehículo
@if ($datos->estatus_serv != 'Finalizado') @endif codigo_serv) }} class="btn btn-primary mt-3"> Generar Expediente Vehícular @if ($datos->estatus_serv != 'Finalizado') codigo_serv) }} class="btn btn-info mt-3"> Enviar Expediente al Cliente @endif
Gastos del servicio @if ($gastado >= 1) - Se ha gastado un total de {{ $gastado }} @endif
@if ($datos->estatus_serv != 'Finalizado') @endif
@endsection @endif