@if (isset($tranding_articles) && count($tranding_articles) > 0)
@foreach ($tranding_articles as $trand_key => $trand_article)
@if ($trand_key == 0)
 . $trand_article->photopath }}) |
{{ $trand_article->title }}
{{ strip_tags(shortens_text($trand_article->summary, 80)) }}
|
@endif
@endforeach
@endif
|
@if (isset($tranding_articles) && count($tranding_articles) > 1)
@foreach ($tranding_articles as $trand_key => $trand_article)
@if ($trand_key > 0 && $trand_key <= 2)
|
@endif
@endforeach
|
@endif
@if (isset($tranding_articles) && count($tranding_articles) > 3)
@foreach ($tranding_articles as $trand_key => $trand_article)
@if ($trand_key > 2 && $trand_key <= 4)
|
@endif
@endforeach
|
@endif
|
@if (isset($youtube) && count($youtube) > 0)
|
@endif
@if (isset($trending) && count($trending) > 0)
|
@endif
|
|
@if (isset($footer) && count($footer) > 0)
{!! $footer[0]->bscript !!}
@endif
@if (isset($footer_text) && count($footer_text) > 0)
{!! $footer_text[0]->bscript !!}
@endif