@extends('layouts.website') @section('content') @include('shared.messages')

Промоции

@if(isset($promotions) && count($promotions)>0)
@foreach($promotions as $promotion) @if(count($promotion->images)> 0)
{{$promotion->images[0]->title}}
{{$promotion->title}}
@endif @endforeach
@else

Няма промоции за показване

@endif
@endsection