@extends('site_app')
@section('head_title', trans('words.shows_text').' | '.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.shows_text')}}
@foreach($series_list as $series_data)
@endforeach
@include('_particles.pagination', ['paginator' => $series_list])
@if(get_web_banner('list_bottom')!="")
{!!stripslashes(get_web_banner('list_bottom'))!!}
@endif
@endsection