@extends('site_app')
@section('head_title', trans('words.live_tv').' | '.getcong('site_name') )
@section('head_url', Request::url())
@section('content')
@if(count($slider)!=0)
@include("pages.shows.slider")
@endif
@if(get_web_banner('list_top')!="")
{!!stripslashes(get_web_banner('list_top'))!!}
@endif
{{trans('words.live_tv')}}
@foreach($live_tv_list as $live_tv_data)
@endforeach
@include('_particles.pagination', ['paginator' => $live_tv_list])
@if(get_web_banner('list_bottom')!="")
{!!stripslashes(get_web_banner('list_bottom'))!!}
@endif
@endsection