@push('metadata') @php $page_id = 36; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords= $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-author'); @endphp {{ @$mTitle }} @endpush @push('styles') @endpush
{!! $seoData['top_page_content'] !!}
@forelse ($eventData as $event) {{-- Location --}} {{-- External Link --}} @empty @endforelse
दिनांक नाम जगह इवेंट लिंक
{{-- Start Date --}} {{ \Carbon\Carbon::parse($event['start_date'])->format('d M Y') }} {{-- End Date --}} {{ \Carbon\Carbon::parse($event['end_date'])->format('d M Y') }}
{{-- Event Image --}} {{ $event['img_alt_title'] ?? $event['title'] }} {{-- Event Title --}} {{ $event['title'] }} @if ($event['featured']) Featured @endif
{{-- Featured Badge --}} @if(!empty($event['is_featured']) && $event['is_featured'] == 1) Featured @endif
{{$event['city']}} ,{{$event['country']}}
No Records Found
{!! CommonHelper::addNoFollowToExternalLinks(@$seoData['description']) !!}
@push('scripts') @endpush