@extends('template.landing') @section('title') @section('main')

Blog


@foreach($blog as $b)

{{ $b->judul }}

Baca Selengkapnya
@endforeach
@endsection