{!! Form::open(['action' => 'RecurringTaskController@displayRecurringTasks', 'id' => 'propertySelectionForm', 'accept-charset' => 'UTF-8' , 'novalidate' => 'true']) !!}
@if ($errors->has('property'))
{{ $errors->first('property') }}
@endif
{!! Form::submit( trans('messages.rooms.view_reurring_task') , ['class' => 'contact_submit btn btn-primary w-auto']) !!}
{!! Form::close() !!}