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