@extends('layouts.app') @section('style') @endsection @section('content')
Nuevo empleado

Registro de empleados Listar

@if (session('status')) @endif
# NOMBRE CARGO AREA USUARIO ESTADO ACCIONES
@endsection @section('scripts') @endsection