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

View Blog



{{$b->judul}}




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

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