Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by Marcin ( 7 years ago )
<label for="{{ $category->id }}" class="btn btn-outline-dark">
                        {{ Form::radio('category', $category->id, Request::get('category') == $category->id, ['onclick' => 'submit()', 'class' => '']) }}
                        <b>{{ $category->name }}</b>
                        </label>

 

Revise this Paste

Your Name: Code Language: