Cliente Derivación
Equipo Derivación
@if (isset($derivacion) && $derivacion->equipo_derivacion)

 

 

 

@endif
@if (isset($derivacion) && $derivacion->fallas && $derivacion->fallas->first())

 

@endif
@if (isset($derivacion))
Datos a Cotizar
@endif
Comentarios y Observaciones Previas

{{ $derivacion->comentarios }}

{{ $derivacion->comentarios_mail_cliente }}

{{ $derivacion->observaciones_internas }}

Opciones
A Cotizar
Pendiente
{{-- --}}
Monto Derivación
@if(Request::segment(2) == 'create') @else @endif
@if(Session::get('perfilAdmin')) @else @endif
@if(Session::get('perfilAdmin'))
@else @endif
@if(Session::get('perfilAdmin')) @else @endif @if(Session::get('perfilAdmin')) @else @endif
Precio Exacto
Cotizar Precio Estimado
Sucursal
Imposible Cotizar
Requiere Más Información
Comentarios y Observaciones
IMÁGENES
@if(count($derivacion->imagenes)>0) @endif @foreach($derivacion->imagenes as $imagen) @if($exists) @endif @endforeach
Archivo Vista Previa Comandos
Link @if (substr(mime_content_type($file_name),0, 5) == 'image') @else @if (mime_content_type($file_name) == 'application/pdf') @else @if (mime_content_type($file_name) == 'application/vnd.ms-excel' || mime_content_type($file_name) == 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet') @else @endif @endif @endif
@section('scripts') @endsection