{{ __('Search result for: ":query"', ['query' => Request::input('q')]) }}
@if ($posts->count() > 0)
@if ($posts->count() > 0)
{!! $posts->links() !!}
@endif @else

{{ __('No posts found!') }}

@endif