@extends('base') @section('extracss') @endsection @section('extrajs') @endsection @section('content') @include('sessions')
@php $action = 'edit'; @endphp @include('RecursosHumanos.Empleados.EmpleadosForm')
@endsection