@push('metadata') @php $page_id = 7; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.advertise'); @endphp {{ @$mTitle }} @endpush
{!! $seoData['top_page_content'] !!}
@if (session()->has('success'))
{{ session('success') }}
@endif
@if($uploadImage) Profile Preview @else Default Preview @endif
@error('uploadImage') {{ $message }} @enderror
@error('name') {{ $message }}@enderror
@error('profile') {{ $message }}@enderror
@error('email') {{ $message }}@enderror
@error('project') {{ $message }}@enderror
@error('hobbies') {{ $message }}@enderror
ब्लोग्स बाय ऑथर्स
@forelse($news as $newsItem)
@empty

No News of authors found.

@endforelse
@if($hasMore) @endif

अदर ऑथर

@forelse($otherAuthors as $otherAuthor)
{{ $otherAuthor['dispaly_name'] }}
{{ $otherAuthor['dispaly_name'] }}

Total Articles: {{ $otherAuthor['news_count'] ?? 0}}

@empty

No other authors found.

@endforelse
@if(count($otherAuthors) < $limit) @else @endif
प्राइस प्रेडिक्शन @php $first = $relatedNews->first(); $remaining = $relatedNews->skip(1); @endphp @if($first) @endif @foreach($remaining as $item)
{{-- IMAGE --}}
{{ $item->title }} {{ $item->title }} {{-- LIKE + SHARE --}}
{{-- TEXT SECTION --}}
{{-- AUTHOR + TIME --}}
@endforeach
@include('livewire.common.share-modal')