@extends('template.landing') @section('title') @section('main') @foreach($blog as $b)

{{$b->judul}}




01/January/1970 WIB
Author : {{$b->author}}

{{$b->view}} {{$b->suka}}
@endforeach @endsection