@if (Route::currentRouteName() === 'posts.show') {!! seo()->for(Route::current()->parameter('post')) !!} @elseif (Route::currentRouteName() === 'category.show') {!! seo()->for(Route::current()->parameter('category')) !!} @else