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