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

Agregar Nuevo Cargo


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