{{ 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' => '2015-07-17', 'id' =>'dp', )) }}
@if(isset($record->main_image))
{{ Form::label('Previous Image', getphrase('Previous Image')) }}
@endif
{{ Form::label('Album Image', getphrase('Album Image')) }} *
Image (jpg, jpeg, png) Select to remove
Please upload images