@extends('plantilla.master') @section('scripts') @endsection @section('title',"Agregar Empleado") @section('contenido_title',"Empleados") @section('contenido')

Agregar Empleado

{{ csrf_field() }}
@endsection @section('endscript') @endsection