@extends('layouts.grid') @section('content') {!! HTML::script('js/datatables.js') !!}
{!! trans('labels.id') !!} | {!! trans('labels.date') !!} | {!! trans('labels.freeslots') !!} | {!! trans('labels.comments') !!} | |
---|---|---|---|---|
@if (Session::get('user')['role'] == 'admin') @endif | {!! substr('0000' . $training->id, -4) !!} | {{ $training->tr_date }} | {{ $training->free_slots }} | {!! $training->tr_comments !!} |