@if (request('keyword') || Route::current()->parameter('category'))
@if (request('keyword')) {{ __('keyword') }}: {{ request('keyword') }} @endif @if (Route::current()->parameter('category')) {{ __('category') }}: {{ Route::current()->parameter('category') }} @endif
@endif