@csrf
@if ($errors->has('assigned_date')) {{ $errors->first('assigned_date') }} @endif
@if ($errors->has('expected_completion_date')) {{ $errors->first('expected_completion_date') }} @endif
{{--
@if ($errors->has('actual_completion_date')) {{ $errors->first('actual_completion_date') }} @endif
--}}