@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
@if($sports_info->video_url!="") @if($sports_info->video_type=="Embed") @include("pages.sports.player.embed") @elseif($sports_info->video_type=="Local") @include("pages.sports.player.local") @elseif($sports_info->video_type=="URL") @include("pages.sports.player.url") @else @include("pages.sports.player.other") @endif @else
NO Source URL Set
@endif

{!!stripslashes($sports_info->video_description)!!}

@if(get_web_banner('details_bottom')!="") @endif @endsection