@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('select_details')}}
  {{getPhrase('print')}}

{{-- --}} @include('timetable.timetable-allotment.selection-view') @include('timetable.timetable-allotment.calender-view')
{!! Form::close() !!} {!! Form::open(array('url' => URL_TIMETABLE_PRINT, 'method' => 'POST', 'name'=>'idCards ', 'novalidate'=>'','target'=>'_blank')) !!} {!! Form::close() !!}
@stop @section('footer_scripts') @include('timetable.timetable-allotment.scripts.js-scripts') @include('common.alertify') @include('common.editor') @include('common.affix-window-size-script') @stop @section('custom_div_end') @stop