{!! Form::label('status', __('sale.status') .':') !!}
{!! Form::select('status', $statuses, null, ['class' => 'form-control select2', 'placeholder' => __('messages.please_select'), 'style' => 'width: 100%;', 'id' => 'follow_up_create_status']); !!}
{!! Form::label('start_datetime', __('crm::lang.start_datetime') . ':*' )!!}
{!! Form::text('start_datetime', null, ['class' => 'form-control datetimepicker', 'required', 'readonly']) !!}
{!! Form::label('end_datetime', __('crm::lang.end_datetime') . ':*' )!!}
{!! Form::text('end_datetime', null, ['class' => 'form-control datetimepicker', 'required', 'readonly']) !!}
{!! Form::label('schedule_type', __('crm::lang.schedule_type') .':*') !!}
{!! Form::select('schedule_type', $follow_up_types, null, ['class' => 'form-control select2', 'placeholder' => __('messages.please_select'), 'required', 'style' => 'width: 100%;']); !!}
@show_tooltip(__('crm::lang.send_schedule_notificatoion'))
{!! Form::label('notify_via', __('crm::lang.notify_via') .':*') !!}
@lang('crm::lang.multiple_followups_will_be_created')