@extends('layouts.app') @if($articles != '') @section('title',"Резултати за ".$searchedWord." | Sport 1") @else @section('title',"Търсене | Sport 1") @endif @section('banners_data') @endsection @section('structured_data') @endsection @section('content') @include('layouts._breadcrumb',['pageName'=> ['Търсене','Резултати']])
@include('layouts.sidebars._search-side-bar',['mostViewed'=>$mostViewed]) @else

Няма намерени резултати за {{ $searchedWord }}

@include('layouts.sidebars._search-side-bar',['mostViewed'=>$mostViewed])
@endif @endsection @push('scripts') @endpush