Your electric longboard, skateboard and boardsports community.
Articles written by our staff about site updates, industry news and more.
A table with the high level attributes for each {{ strtolower(str_singular($category->name)) }} in our database. For a larger, full width table, click on the full comparison table button below the table.
{{ str_singular($category->name) }} Name | @foreach($attributes->take(6) as $attribute){{ $attribute->name }} | @endforeach|
---|---|---|
{{ $product->name }} | @foreach($attributes->take(6) as $attribute)@php $value = null; $value = $product->values->where('attribute_id', $attribute->id)->first(); @endphp @if($attribute->type_id == '1' || $attribute->type_id == '2' || $attribute->type_id == '5') @if(!empty($value)) {{ $attribute->unit_before }}{{ $value->value }}{{ $attribute->unit_after }} @endif @elseif($attribute->type_id == '3') @php $single_select_option = null; if(isset($value)) { $single_select_option = $options->where('id', $value->value)->first(); } @endphp @if(isset($single_select_option)){{ $attribute->unit_before }}{{ $single_select_option->name }}{{ $attribute->unit_after }}@endif @elseif($attribute->type_id == '4') @php $multiple_select_options = null; if(isset($value)) { $multiple_select_options = explode(',', $value->value); } @endphp @foreach($multiple_select_options as $option) @php $value = $options->where('id', $option)->first(); @endphp {{ $value->name }}@if($loop->remaining > 0),@endif @endforeach @elseif($attribute->type_id == '6') @elseif($attribute->type_id == '7') @endif | @endforeachShow More! |
Discussion threads started by our visitors that any signed in user can partisipate in.
There are no topics.
Be the first to post by visting out forums.
Topic | Latest Reply |
|||
---|---|---|---|---|
{{ str_limit($topic->subject, 70) }} Posted by {{ $topic->user->name }} in {{ $topic->parent->name }} {{ $topic->created_at->diffForHumans() }} |
{{ $topic->replies->count() }} Replies |
{{ $topic->views->count() }} Views |
@if( $topic->replies->count() === 0 )
No Replies | @else
By {{ $topic->replies()->latest()->first()->user->name }} {{ $topic->replies()->latest()->first()->created_at->diffForHumans() }}
|
@endif