{{ Form::label('name', getphrase('category_name')) }} * {{ Form::text('name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('enter_category_name'), 'ng-model'=>'name1', 'id'=>'name' , 'required'=> 'true', 'ng-class'=>'{"has-error": formTimingset.name.$touched && formTimingset.name.$invalid}', )) }}
{!! getValidationMessage()!!}
{{ Form::label('description', getphrase('description')) }} {{ Form::textarea('description', $value = null , $attributes = array('class'=>'form-control', 'rows'=>'5', 'placeholder' => 'Timetable Description','id'=>'description')) }}
{{ Form::label('name', getphrase('period_name')) }} {{ Form::text('period_name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('period_name'), 'ng-model'=>'source.name','id'=>'period_name' )) }}