@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @section('plugins.Sortable', true) @section('plugins.ClockPicker', true) @section('title', 'Intranet | Añadir Referencia Para El Postulante ' . $postulante->nombre) @section('content_header')
@stop @section('content')
@if ($postulante->referido == true)
@else
@endif
@if ($postulante->discapacidad == true)
@else
@endif
# Acción Empresa Cargo Tiempo De Experiencias En La Empresa Estado
No hay referencias disponibles en la tabla
@stop @section('footer')
Intranet
Copyright © 2021 GuiñezIngeniería.cl. @stop @section('css') @stop @section('js') @stop