@extends('frontend::layouts.master') @section('title') {{ __('frontend.search') }} @endsection @section('content')

{{ __('frontend.discover_next_favorite') }}

{{ __('frontend.search_through_content') }}

{{ __('frontend.active_filters') }}
{{ __('frontend.categories') }}
    @if (isenablemodule('movie') == 1) @endif @if (isenablemodule('tvshow') == 1) @endif @if (isenablemodule('video') == 1) @endif @if (isenablemodule('tvshow') == 1) @endif @if (isenablemodule('livetv') == 1) @endif
{{ __('frontend.genres') }}
    @foreach ($gener as $gen) @endforeach
@if($topSearches->count() > 0)
{{ __('frontend.popular_search') }}
@endif
search-not-found
{{ __('frontend.search_not_found') }}
{{ __('frontend.try_something_new') }}
{{--
--}}
@endsection @push('after-scripts') @endpush