@extends('layout.sidebar')
@section('content')
{{-- HTML::style('css/shift/index.css') --}}
Turnos de Transporte
{{ Form::hidden('create', action('ShiftController@getCreate', array()), array('id'=>'create')) }}
{{ Form::hidden('update', action('ShiftController@getUpdate', array()), array('id'=>'update')) }}
{{ Form::hidden('delete', action('ShiftController@getDelete', array()), array('id'=>'delete')) }}
Nombre |
Descripción |
Hora |
Tipo |
Restrictivo |
Desde |
Hasta |
Acciones |
{{ HTML::script('js/shift/index.js') }}
@stop()