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