@extends('front.app') @section('meta') @stop @section('container')
@if(isset($promotions) && $promotions->isNotEmpty())
@foreach($promotions as $promo) @include('front.templates.promo-template') @endforeach
@include('front.templates.pagination',['paginator'=>$promotions]) @else

{{ShowLabelById(127)}}

@endif
@stop