@include('common.subheader')
@include('common.sidenav')

{{ trans('messages.rooms.select_property_for_recurring_task') }}

{!! 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() !!}
Id Property Id Task Name Employee Name Date of service scheduled Date of service completed Status Created at Action