Latest News & Insights

@php($blogs = latestBlog()) @foreach($blogs as $blog)

{{ Str::limit($blog->blog_title, 50) }}

{{ $blog->created_at->format('F jS, Y') }}

{!! Str::limit($blog->blog_description, 200) !!}

Read More
@endforeach