在用项目
@foreach($options as $option)
id == $project_id ? 'selected' : ''}}>{{$option->name}}
@endforeach
@if($errors->has('project_id'))
{{ $errors->first('project_id') }}
@endif
@if($errors->has('project_id'))
{{ $errors->first('project_id') }}
@endif