@extends('site_app') @if($season_info->seo_title) @section('head_title', stripslashes($season_info->seo_title).' | '.getcong('site_name')) @else @section('head_title', stripslashes($series_name).' '.stripslashes($season_info->season_name).' | '.getcong('site_name')) @endif @if($season_info->seo_description) @section('head_description', stripslashes($season_info->seo_description)) @endif @if($season_info->seo_keyword) @section('head_keywords', stripslashes($season_info->seo_keyword)) @endif @section('head_url', Request::url()) @section('content') @if(get_web_banner('list_top')!="")
@endif