@if(!empty($siteSettings['site_favicon'])) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.header')
Our Blog

Insights & Guides

Expert articles to help you grow your online presence.

@if($search)

Found {{ $posts->total() }} result{{ $posts->total() !== 1 ? 's' : '' }} for "{{ $search }}"Clear

@else

{{ $posts->total() }} article{{ $posts->total() !== 1 ? 's' : '' }} available

@endif
@if($posts->count() > 0) @if(!$currentCategory && $posts->currentPage() === 1) @php $featured = $posts->first(); @endphp
@if($featured->featured_image) {{ $featured->title }} @else
@endif @if($featured->blogCategory)
{{ $featured->blogCategory->name }}
@endif
Featured
{{ $featured->created_at->format('M d, Y') }}
{{ number_format($featured->views) }} Views

{{ $featured->title }}

@if($featured->excerpt)

{{ $featured->excerpt }}

@endif Read Full Article
@foreach($posts->skip(1) as $post)
@if($post->featured_image) {{ $post->title }} @else
@endif @if($post->blogCategory)
{{ $post->blogCategory->name }}
@endif
{{ $post->created_at->format('M d, Y') }}
{{ number_format($post->views) }}

{{ $post->title }}

@if($post->excerpt)

{{ $post->excerpt }}

@endif Read More
@endforeach
@else
@foreach($posts as $post)
@if($post->featured_image) {{ $post->title }} @else
@endif @if($post->blogCategory)
{{ $post->blogCategory->name }}
@endif
{{ $post->created_at->format('M d, Y') }}
{{ number_format($post->views) }}

{{ $post->title }}

@if($post->excerpt)

{{ $post->excerpt }}

@endif Read More
@endforeach
@endif @if($posts->hasPages())
{{-- Previous --}} @if($posts->onFirstPage()) @else @endif {{-- Page Numbers --}} @foreach($posts->getUrlRange(1, $posts->lastPage()) as $page => $url) @if($page == $posts->currentPage()) {{ $page }} @else {{ $page }} @endif @endforeach {{-- Next --}} @if($posts->hasMorePages()) @else @endif
@endif @else

No posts yet

Check back soon for fresh content!

@if($currentCategory) View All Posts @endif
@endif

Ready to start your journey?

Join 50,000+ businesses and establish your presence today.

Get Started

Categories

@foreach($categories as $cat) {{ $cat->name }} {{ $cat->posts_count }} @endforeach
@if($recentPosts->count() > 0) @endif
@include('partials.footer') @stack('scripts')