@foreach($lead as $l)

{!! \Helper::sierotki($l['content']->title) !!}

{!! \Helper::sierotki($l['content']->intro) !!} @if ($l['content']->content != ' ' AND $l['content']->content) {{ \Lang::get('front.czytaj_wiecej') }} @endif
@if ($l['content']->image)
@else
@endif
@endforeach