@extends($layout) @section('header_scripts') @stop @section('custom_div')
@stop @section('content')
{!! Form::open(array('url' => URL_UPDATE_TIMETABLE, 'method' => 'POST', 'name'=>'idCards ', 'novalidate'=>'')) !!}

{{getPhrase('timetable_for_').' '.$user->name}} {{getPhrase('print')}}

Back @include('timetable.user-timetables.calender-view')
{!! Form::close() !!}
@stop @section('footer_scripts') @include('timetable.user-timetables.scripts.js-scripts') @include('common.alertify') @stop @section('custom_div_end') @stop