@extends('layouts.theme_selector') @section('content')

Inspección @if ($estado == 'pendiente') a Auditar @else {{ ucfirst($estado) }} @endif Nº {{ $inspeccion->id }}

@include('layouts.alerts.success')
@csrf
DATOS GENERALES
ESTADO DEL VEHÍCULO
@if ($estado != 'aprobada')
@else
@endif
@if (!empty($imagenes)) {{-- {{dd($imagenes)}} --}}
IMAGENES DEL VEHÍCULO


@if ($imagenes['left-front'] != null) Ver Imagen {{-- Lateral Izquierdo --}} @endif @if ($estado == 'rechazada' || $estado == 'pendiente')
directorio == '' || $inspeccion->directorio == null) required @endif> @endif


@if ($imagenes['right-side'] != null) Ver Imagen {{-- Lateral Derecho --}} @endif @if ($estado == 'rechazada' || $estado == 'pendiente')
directorio == '' || $inspeccion->directorio == null) required @endif> @endif


@if ($imagenes['chasis'] != null) Ver Imagen {{-- Chasis --}} @endif @if ($estado == 'rechazada' || $estado == 'pendiente')
directorio == '' || $inspeccion->directorio == null) required @endif> @endif


@if ($imagenes['motor'] != null) Ver Imagen {{-- Motor --}} @endif @if ($estado == 'rechazada' || $estado == 'pendiente')
directorio == '' || $inspeccion->directorio == null) required @endif> @endif
@endif

@if ($estado == 'pendiente' or $inspeccion->aprobada == 0)
@endif
@if ($estado == 'rechazada' or $inspeccion->aprobada == 2) @endif
@endsection