@extends('layouts.front.front') @section('title', 'Blog | Apsys Network') {{-- main content --}} @section('content')

Blogs

Market Insights

Explore the up-to-date industry trends from our insightful experts

@forelse ($blogs as $blog)
blog-image
{{$blog->created_at->format('d')}} {{$blog->created_at->format('M')}}
@empty

Blog Not Available!

@endforelse
@endsection