@extends('layout/principal') @section('titulo', 'Confección Escritura Alzamiento de Prenda') @section('content') @php //dd($operaciones, $representantes); @endphp
CONFECCIÓN ESCRITURA
ALZAMIENTO DE PRENDA
@if ($filtro_control === false || !is_countable($operaciones) || count($operaciones) == 0) @elseif ($filtro_control === true && (is_countable($operaciones) && count($operaciones) > 0)) @endif
{{--
CONFECCIÓN ESCRITURA ALZAMIENTO DE PRENDA
--}}
{{-- Mensajes estandar de Laravel --------}} @if (isset($errors) && $errors->any()) @endif {{-- Mensajes de Session personalizados --}} @if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('danger'))
{{ Session::get('danger') }}
@endif
{{--

--}}
@php // Para descarga manual provisoria de Zip $ruta_descarga_documento = "../documentos/alzamiento-prenda/documento-privado/". Auth()->id() ."/confeccion_borrador_alzamiento.zip" @endphp {{-- Descargar Documentos --}} {{-- Descargar Documentos --}}
{{-- --}}
{{-- Cancelar --}} {{-- BOTÓN DESCARGA CONFECCIONADOS ACTUALES --}} {{-- Descargar Confección Actual --}} {{-- Cancelar --}} {{-- Ir a Notarías --}}
@if(is_countable($operaciones) && count($operaciones) > 0) @if ($filtro_control == false)
Operaciones para Confeccionar: {{count($operaciones)}} encontrados
@else
Resultados de la Búsqueda: {{count($operaciones)}} registros encontrados
@endif @endif
@csrf
{{-- --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @if(is_countable($operaciones) && count($operaciones) > 0) @foreach ($operaciones as $operacion) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach @endif
@if(is_countable($operaciones) && count($operaciones) > 0) @endif Acciones Operación ContratoComentarioMandante Nómina PatenteDVRPSD número RPSD año Rut Cliente Razón Social ClienteTipo VehículoMarcaModeloVINFecha Ingreso
{{-- {{$operacion->id_operacion_detalle}} --}} id_operacion_detalle, old('operaciones', [])) ? 'checked' : '' }}> @if ($operacion->patente != null) @if ($operacion->cav_folio) {{-- CAV --}} CAV @else @if ($operacion->id_cav != null) Asociar CAV @else Se debe cargar CAV @endif @endif @else

No tiene patente

@endif @if ($operacion->id_documento_privado) {{-- Descargar Documento --}} Ver Borrador Editar Borrador @endif
{{$operacion->id_operacion_detalle}} {{$operacion->contrato}}{{$operacion->comentario}}{{$operacion->razon_social}} {{$operacion->nomina_forum}} {{$operacion->patente}}-{{$operacion->patente_dv}}{{$operacion->patente_dv}}{{$operacion->repertorio_rpsd}} {{$operacion->repertorio_agno}} {{$operacion->rut_cliente}} {{$operacion->razon_social_cliente}}{{$operacion->tipo_vehiculo}}{{$operacion->marca}}{{$operacion->modelo}}{{$operacion->vin}}{{$operacion->fecha_ingreso}}
@push('scripts') @endpush @endsection