@extends(themeView('master')) @section('meta-tags') @include(themeView('partials.meta-tags')) @endsection @section('content')

Search

@if ($newsCount > 0 && !empty($keyword))
{{ $newsCount }} @if ($newsCount == 1) result @else results @endif were found on the keyword "{{ $keyword }}"
@else
@if (!empty($keyword)) No results were found on the keyword "{{ $keyword }}" @else Result not found @endif
@endif
@if (!empty($keyword)) @endif @include (themeView('partials.pagination'), ['pagination' => $newsData])
@endsection