@extends('main_layout') @section('datatable')
Usuarios Runt {{HTML::link('/runtUsuario/create',' Agregar', array('class'=>'pull-right btn btn-primary glyphicon glyphicon-plus'))}}
{{ Datatable::table() ->addColumn('Id','Nombre', 'Correo Electronico', 'Acciones') ->setUrl(route('runtUsuario.index')) ->render() }}
@stop