@extends('elementos.navegacion') @section('pagina', 'Registro de Usuarios') @section('content')
Registrar Usuario
@include('elementos.flash') {!! Form::open(['action' => 'UsuariosController@registrar', 'class' => 'form', 'method' => 'POST']) !!} @include('usuarios.formularios.formUsuario') {!! Form::close() !!}
@endsection