@if($attributes->has('direction') && $attributes->has('for') && $attributes->has('currentsort'))
@if($attributes->get('direction') == 'asc' && $attributes->get('for') == $attributes->get('currentsort'))
@elseif($attributes->get('direction') == 'desc' && $attributes->get('for') == $attributes->get('currentsort'))
@else
@endif
@else
@endif