@extends('layout.front.master') @section('title', trans('Search Results for: :query', ['query' => $query])) @section('meta_description', trans('Search results for news articles containing: :query', ['query' => $query])) @section('content')
{{ trans('Results for: ":query"', ['query' => $query]) }}
{{ trans('Found :count results for ":query"', ['count' => $news->count(), 'query' => $query]) }}
@else{{ trans('Found results for ":query"', ['query' => $query]) }}
@endif{{ trans('Sorry, no news articles match your search for ":query". Try different keywords or browse our latest news.', ['query' => $query]) }}
{{ trans('Browse All News') }}