@extends('layouts.main') @include('site.meta.og_content') @section('content') Home Blogs Sort by category All Categories @foreach($categories as $key => $category) {{$category->category}} @endforeach @foreach($blogs->take(1) as $key => $blog) {{$blog->headline}} @endforeach View More @stop @push('style') @endpush @push('script') @endpush
Sort by category