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