@extends('site_app') @if($sports_info->seo_title) @section('head_title', stripslashes($sports_info->seo_title).' | '.getcong('site_name')) @else @section('head_title', stripslashes($sports_info->video_title).' | '.getcong('site_name') ) @endif @if($sports_info->seo_description) @section('head_description', stripslashes($sports_info->seo_description)) @else @section('head_description', Str::limit(stripslashes($sports_info->video_description),160)) @endif @if($sports_info->seo_keyword) @section('head_keywords', stripslashes($sports_info->seo_keyword)) @endif @section('head_image', URL::to('/'.$sports_info->video_image) ) @section('head_url', Request::url()) @section('content') @if(get_web_banner('details_top')!="") @endif
{{stripslashes($sports_info->video_title)}}
@if(get_web_banner('details_bottom')!="") @endif @endsection