@section('background')
background-color: #{{ $bgcolor }};
@stop
@section('slidecss')
{{ HTML::style('/coupon-repository/'.$bid.'/slide.css')}}
@stop
@section('slider')
@foreach($sliders as $slider)
@if ($slider->TRDLavoraFuoriiframeFlag == 0)
@else
@endif
@endforeach
Slider
@stop
@section('sliderbutton')
@if ($slider->TRDLavoraFuoriiframeFlag == 0)
Scarica i Coupon
@else
Scarica i coupon
@endif
@stop