@extends('layouts.frontend-master') @section('title', 'News') @section('content') News Home News @foreach($all_blogs as $key => $blog) {{ $blog->title }} {{ $blog->created_at->format('F d, Y') }} @endforeach {{ $all_blogs->links('vendor.pagination.default') }} @endsection
{{ $blog->title }}