@extends('website.layouts.master')
@section('title', __('home_page'))
@section('content')
@if (count($genres))
{{ $tv_series->seo_title }} {{ __('season') }} - {{ $movie->season }}{{ __('explore_by_genre') }}
{{ __('continue_watching') }}
{{ __('latest_movies') }}
{{ __('top_view_today') }}
{{ __('top_rating') }}
{{ __('trending_movies') }}
{{ __('latest_reality_shows') }}
{{ __('featured_tv_channels') }}
{{ __('latest_tv_series') }}
{{ $tv_series->title }}
{{ $movie->seo_title ?? $movie->title }}
{{ $movie->title }}
@if ($movie->season)
{{ __('top_artists') }}
{{ $artist->star_name }}