@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)) }}

@endforeach {{ $blogs->links() }}
@endsection