@extends('frontend.layout.appLayout') @section('content') {{-- Carousel Section --}} @if(isset($latestBlogs) && count($latestBlogs) > 0) @else @endif {{-- Navigation Section --}} @if(isset($categories) && count($categories) > 0)
@endif {{-- Blogs Section --}} @if(isset($allBlogs) && count($allBlogs) > 0)
@foreach ($allBlogs as $blog) @endforeach
{{ $allBlogs->links() }}
@endif {{-- If No Data, Show "Coming Soon" Section --}} @endsection