@extends('blog.partials.app') @section('title', 'Akun') @section('content')
{{-- Iklan (Mobile Only) --}}
Mobile Ad
{{-- Iklan (Mobile Only) END --}}
@foreach ($postheadline as $index => $headline) @if ($loop->first)
@else
{{ $headline->title }}
@endif @endforeach
Advertisement
{{-- CATEGORT AWAL (NASIONAL) --}}

NASIONAL

@foreach ($postnasional as $index => $nasional) @if ($loop->first)
@else
@endif @endforeach
{{-- CATEGORY AWAL (LIFESTYLE) --}}

LIFESTYLE

@foreach ($postlifestyle as $index => $lifestyle) @if ($loop->first)
@else
@endif @endforeach
{{-- CATEGORY AWAL (TEKNOLOGI) --}}

TEKNOLOGI

@foreach ($postteknologi as $index => $teknologi) @if ($loop->first)
@else
@endif @endforeach
{{-- CATEGORY AWAL (OLAHRAGA) --}}

OLAHRAGA

@foreach ($postolahraga as $index => $olahraga) @if ($loop->first)
@else
@endif @endforeach
{{-- CATEGORY AWAL (OTOMOTIF) --}}

OTOMOTIF

@foreach ($postotomotif as $index => $otomotif) @if ($loop->first)
@else
@endif @endforeach
{{-- CATEGORY AWAL (DAERAH) --}}

DAERAH

@foreach ($postdaerah as $index => $daerah) @if ($loop->first)
@else
@endif @endforeach
{{-- BATAS TAMBAH CATEGORY BARU --}}
{{--
@foreach ($postlifestyle as $index => $lifestyle) @if ($loop->first)
{{ $lifestyle->title }}
@else
@endif @endforeach
@foreach ($postteknologi as $teknologi)
@endforeach
--}}

BERITA TERKINI

@foreach ($postTerkini as $index => $kini) @if ($loop->first)
@else
@endif @endforeach
{{-- Iklan Bawah (Dekstop) --}}

Advertisement

Advertisement
@endsection