@extends(get_view('index')) @section('title') @endsection @section('header') @endsection @section('content')
{{ Site::get_site_title() }}

Android Oyun Hizmetleri

Maydonezoyun, oyun ve uygulama hayranları için %100 çalışma modları sağlamaya odaklanır. Maydonezoyun'a katılın ve sizin için %100 çalışma modunu seçin.

{{ Site::get_site_title() }}
@if (count(Site::get_main_post_categories()) > 0) @else @include(get_view('components.errors.post-not-found')) @endif @if (count(Site::get_main_post_categories()) > 0) @foreach (Site::get_main_post_categories() as $key => $post_category) @if ( $post_category->posts()->get()->count() > 0 ) @php $post = $post_category->posts()->first(); @endphp @if ( $post != null )

{!! $post->content->title ?? '' !!}

{!! $post->content->description ?? '' !!}
{{ translate('read_more') }}
@if ( $post->image != null ) {{ $post->content->title }} @endif
@endif @endif @endforeach @else @include(get_view('components.errors.post-not-found')) @endif

@endsection @section('footer') @endsection