@extends('theme.swalanyeti.layout') @section("styles") @endsection @section( 'main_body')
@if (isset($posts[0])) @php $post = $posts[0]; $permalink = get_permalink($post); @endphp
@if ($post->main_image) {{ $post->main_image->alt_text }} @endif
@if ($post->post_label) @endif

{!! $post->title !!}

@endif
@for ($i = 1; $i <= 2; $i++) @if (isset($posts[$i])) @php $post = $posts[$i]; $permalink = get_permalink($post); @endphp
@if ($post->main_image) {{ $post->main_image->alt_text }} @endif
@if ($post->post_label) @endif

{!! $post->title !!}

@endif @endfor

Let's Connect

{{ social_icons() }}
{!! get_option('ak_default_default_sidebar_ad_1') !!}
{!! get_option('ak_default_default_top_section_separator_ad') !!}

Trending Stories

@foreach (trending_posts(4) as $post) @include(load_template('trending'), ['post' => $post]) @endforeach

More Stories

@include('theme.swalanyeti.templates.sidebar')
@endsection @section("scripts") @endsection