@foreach($categories as $category)
slug) selected @endif"> @if(Request::get("category")==$category->slug)
{{$category->title}}
@else
{{$category->title}}
@endif
@endforeach