在用项目
@foreach($options as $option)
value == $project_id ? 'selected' : ''}}>{{$option->text}}
@endforeach
@if($errors->has('project_id'))
{{ $errors->first('project_id') }}
@endif
@if($errors->has('project_id'))
{{ $errors->first('project_id') }}
@endif
@if(!isset($hide_spec))
目前工点
@if($errors->has('work_point_id'))
{{ $errors->first('work_point_id') }}
@endif
@endif