Sending Status:

Date:

{!! Form::label('invoiceDate', ' ', [ 'class' => 'w-100 control-label']) !!} {!! Form::date('invoiceDate', null, ['class' => 'form-control invoiceDate','required' => 'required', 'max' => date('Y-m-d'), 'style' => 'margin-top:-14px']) !!}

If Status is 'Done', it's necessary to fill Date field!!!