@push('meta_data') {{ $seo->seo_title ?? config('app.name') }} {{-- Open Graph --}} {{-- --}} @endpush
  • Home
  • {{ $seo->breadcrum ?? '' }}
{{ $seo->h1 ?? '' }}

{{ $seo->short_description ?? '' }}

@foreach ($games as $game)
{{-- Example: अगर आप चाहें तो DB में कोई field रख सकते हैं is_new --}} @if ($game->is_new ?? true) NEW @endif
@if ($game->game_category == 1)
FREE
@endif @if ($game->game_category == 2) Featured @endif {{ $game->name }} {{-- Tags --}}
@if (!empty($game->types)) @foreach ($game->types as $tag) {{ trim($tag) }} @endforeach @endif
@endforeach
{{-- Load More Button --}} @if ($games->hasMorePages())
@endif
Game Providers
game
Provider Name Total Games : 123
game
Provider Name Total Games : 123
game
Provider Name Total Games : 123
game
Provider Name Total Games : 123
game
Provider Name Total Games : 123
game
Provider Name Total Games : 123
{{--
Leave a Comment
123 Reviews Overall Rating
4
5
80
4
10
3
30
2
25
1
4
Conversations You Can Be a Part Of
User name
Posted on:- 20/07/2025

Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ipsam molestias perferendis saepe magni molestiae minima quisquam reiciendis perspiciatis, sint tempore qui exercitationem placeat, expedita omnis delectus nemo provident eaque culpa.

Share
User name
Posted on:- 20/07/2025

Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ipsam molestias perferendis saepe magni molestiae minima quisquam reiciendis perspiciatis, sint tempore qui exercitationem placeat, expedita omnis delectus nemo provident eaque culpa.

Share
--}}
@livewire('faqs', ['page' => 'all-games'])