Maydonez Oyun
  • MENU
@if (count(Site::get_main_post_categories()) > 0)
    @foreach (Site::get_main_post_categories() as $post_category)
  • @if ( $post_category->image != null ) {{ $post->content->title }} @endif {{ $post_category->content->name ?? '' }}
  • @endforeach
@endif