{{ Form::label('title', getphrase('title')) }} * {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('title'), 'ng-model'=>'title', 'required'=> 'true', 'ng-class'=>'{"has-error": formLocations.title.$touched && formLocations.title.$invalid}', )) }}
{!! getValidationMessage()!!}
{{ Form::label('date', getphrase('date')) }} *
{{ Form::text('date', $value = null , $attributes = array( 'class' =>'form-control', 'placeholder' => '2019-01-7', 'id' =>'dp', )) }}
{{ Form::label('Video Url', getphrase('Video Url')) }} * {{ Form::textarea('video_url', $value = null , $attributes = array('class'=>'form-control', 'rows'=>'1', 'placeholder' => getPhrase('youtube video url'))) }} Ex:https://www.youtube.com/watch?v=qX2Ib35VBdA