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

Agregar Nuevo Usuario


{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('grupo')) {{ $errors->first('grupo') }} @endif
@endsection