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