@extends('layouts.main') @section('title') Blogs @endsection @section('content') BlogList Categories @foreach($category as $categorylist) {{$categorylist->category}} @endforeach Top Article @foreach($topArticle as $top)