@extends('layouts.layouts_module') @section('css') @stop @section('content_module')
MODULO - {{$nombre_modulo->nombre}}

Agregar Nuevo Permiso o Incapacidad


{{csrf_field()}}
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@endsection {{--
@if ($errors->has('id_departamento')) {{ $errors->first('id_departamento') }} @endif
--}}