@extends('template.layoutAdmin', ['activeButton'=>'personal']) @section('title') {{ trans('clientes.crearTrabajadores') }} @endsection @section('cabecera')

{{ trans('clientes.regresar') }}

@endsection @section('contenido')
@if(Session::has('message'))
{{Session::get('message')}}
@elseif(Session::has('message_error'))
{{Session::get('message_error')}}
@endif @if(count($errors) > 0)
@endif
{{ trans('template.camposcon') }} (*) {{ trans('template.obligatorios') }} @csrf
@if (env('MULTISERVER') == "CO") @else @endif

@endsection @section('js') @endsection