@extends('layouts.portal.principal') @section('css_custom') @endsection @section('scripts_content') @endsection @section('content')
@include('includes/mensaje') @include('includes/form-error')

Perfiles - Soportes capacitación y/o constancias de entrenamiento

2025-03-12 06:03
{!! Form::label('profile_id','PERFIL *',[],false) !!} {!! Form::select('profile_id', $profiles,null, array('class' => 'form-control form-control-sm','id'=>'profile_id', 'placeholder' => 'Seleccione...', 'required'=>'required')) !!}
{!! Form::label('cost_center_id','CENTRO DE COSTO *',[],false) !!}
@endsection