@extends('template.inscripcionmaster') @section('styles') @endsection @section('content')
| Datos de Ingreso - Expediente |
|---|
|
Codigo Unico:
{{ $expediente->codigo_unico }}
Documento de Ingreso:
{{ $expediente->codigo_documento_ingreso }} - {{ $expediente->documento_ingreso }}
|
|
Fecha de Ingreso:
{{ date('d-m-Y', strtotime($expediente->fecha_ingreso)) }}
N° Hora Inicio:
{{ $expediente->hora_registro }}
|
|
Remitente:
{{ $expediente->remitente }}
|
| Datos Adicionales |
|---|
|
@if(!is_null($expediente->solicitante))
Solicitante:
{{ $expediente->solicitante }}
@endif
@if(!is_null($expediente->dni))
DNI:
{{ $expediente->dni }}
@endif
@if(!is_null($expediente->razon_social))
Razon Social:
{{ $expediente->razon_social }}
@endif
@if(!is_null($expediente->ruc))
RUC:
{{ $expediente->ruc }}
@endif
|
|
@if(!is_null($expediente->utelefono))
Telefono:
{{ $expediente->utelefono }}
@endif
@if(!is_null($expediente->ufecha_nacimiento))
Nacimiento:
{{ \Carbon\Carbon::parse($expediente->ufecha_nacimiento)->format('d-m-Y') }}
@endif
@if(!is_null($expediente->uxcorreo))
Correo:
{{ $expediente->uxcorreo }}
@endif
@if(!is_null($expediente->uxcargo))
Cargo:
{{ $expediente->uxcargo }}
@endif
|
|
@if(!is_null($expediente->udireccion))
Direccion:
{{ $expediente->udireccion }}
@endif
@if(!is_null($expediente->uemail))
Email:
{{ $expediente->uemail }}
@endif
@if(!is_null($expediente->uxtelefono))
Telefono:
{{ $expediente->uxtelefono }}
@endif
@if(!is_null($expediente->uxcelular))
Celular:
{{ $expediente->uxcelular }}
@endif
|
|
@if(!is_null($expediente->uxdireccion))
Direccion:
{{ $expediente->uxdireccion }}
@endif
@if(!is_null($expediente->uxcontacto))
Contacto:
{{ $expediente->uxcontacto }}
@endif
@if(!is_null($expediente->uxrepresentante))
Representante:
{{ $expediente->uxrepresentante }}
@endif
@if(!is_null($expediente->uxncomercial))
Nombre Comercial:
{{ $expediente->uxncomercial }}
@endif
|
| Área de Origen | Área de Fin | Fecha derivada | Tiempo | Documento | {{--Archivos | --}}Observacion |