@extends('layouts.newheader') @section('title', 'Blog - RSM Multilink LLP') @section('content') Blog @foreach($blogs as $blog) {{ date('F d, Y h:i A', strtotime($blog->created_at)) }} {{ $blog->title}} Read More @endforeach {{ $blogs->links() }} @endsection
{{ date('F d, Y h:i A', strtotime($blog->created_at)) }}