Compare commits

..

No commits in common. "65afcac143a11f7a3ec413e0cbff78fd9cacbf17" and "0ddf73b1d3f7c9d3b45b16a2b04c773889c41d8d" have entirely different histories.

View File

@ -213,8 +213,8 @@ class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:
@else
@foreach($blogColor as $blogValue)
<option value="{{ $blogValue->id }}"
@if($blogValue->id == $blog->blogSetColor)selected @endif @if($blogValue->onlyAdminUse)disabled @endif>
{!! $blogValue->comment !!}</option>
@if($blogValue->id == $blog->blogSetColor)selected @endif @if($blogValue->onlyAdminUse)disabled @endif>{!!
$blogValue->comment !!}</option>
@endforeach
@endif
</select>