@extends('layouts.webTekdes') @include('components.webTekdes.header')

Artikel

@if ($data['data']['data'] != null) @foreach ($data['data']['data'] as $item)
image description
{{ $item['category'] }}

{{ $item['title'] }}

Baca Artikel
@endforeach
@endif