@extends('site_app') @section('head_title', trans('words.movies_text').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(count($slider)!=0) @include("pages.movies.slider") @endif @if(get_web_banner('list_top')!="") @endif
{{trans('words.movies_text')}}
@include('_particles.pagination', ['paginator' => $movies_list])
@if(get_web_banner('list_bottom')!="") @endif @endsection