@extends('layouts.app') @section('content')
@foreach ($blogs as $blog)
{{ $blog->title }}
{{ $blog->category->cat }}

{{ $blog->title }}

{{ Str::limit($blog->content, 100) }}

@endforeach
{{ $blogs->links() }}
@include('partials.sidebar')

Get The Best Blog Stories into Your inbox!

Sign up for free and be the first to get notified about new posts.

@endsection