Using Laravel 4's Form class, we can create a list using
{{ @Form::select('colors', Colors::all()), $color }}
Question: How can we add the attribute disabled
using Blade without having to rewrite the clean Blade syntax into the usual ugly form?