@if($post->meta_description) @endif @if($post->meta_keywords) @endif @if($post->featured_image) @endif @if($post->featured_image) @endif @if(!empty($siteSettings['site_favicon'])) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.header')
@if($post->blogCategory)
{{ $post->blogCategory->name }}
@endif

{{ $post->title }}

By Admin
{{ $post->created_at->format('M d, Y') }}
{{ number_format($post->views) }} Views
@if($post->featured_image)
{{ $post->featured_image_alt ?? $post->title }}
@endif
{!! $post->content !!}
@if($post->tags->count() > 0)

Article Tags

@foreach($post->tags as $tag) #{{ $tag->name }} @endforeach
@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
@php $shareUrl = urlencode(request()->url()); $shareTitle = urlencode($post->title); @endphp

Share This Post

{{-- Facebook --}} {{-- Twitter / X --}} {{-- LinkedIn --}} {{-- WhatsApp --}} {{-- Telegram --}} {{-- Reddit --}} {{-- Pinterest --}} {{-- Email --}}
{{-- Tags Card --}} @if($post->tags->count() > 0)

Tags

@foreach($post->tags as $tag) {{ $tag->name }} @endforeach
@endif
@if($recentPosts->count() > 0)

More Blogs

@foreach($recentPosts as $recent)
@if($recent->featured_image) {{ $recent->title }} @else
@endif @if($recent->blogCategory)
{{ $recent->blogCategory->name }}
@endif
{{ $recent->created_at->format('M d, Y') }}

{{ $recent->title }}

{{ $recent->excerpt }}

Read More
@endforeach
@endif @include('partials.footer') @stack('scripts')