@extends('layouts.app') @section('content')

Artikel untuk Anda

@forelse ($artikels as $artikel)
@if ($artikel->image) Gambar Artikel @else Gambar Default @endif
{{ Str::limit($artikel->title, 60) }}
👁 {{ $artikel->views ?? 0 }}
Read All
@empty

Belum ada artikel yang tersedia.

@endforelse
@endsection