@extends('base') @section('title', 'Search') @section('content') @php $authID = \Illuminate\Support\Facades\Auth::id(); @endphp

{{__('No results for')}}

{{__('Were sorry, we couldnt find anything to match your search')}}
{{__('But dont give up, heres some tips to help you find what youre looking for')}}
{{"- "}}{{__('Double check your spelling')}}
{{"- "}}{{__('Check our')}} {{__('Courses list')}} {{__('or')}} {{__('Universities list')}}
{{"- "}}{{__('Explore our most popular courses below')}}
@if(count($recommendedItems)) @endif
@endsection