@extends('layouts.app') @section('content') {{ $news_type->title }} @if($news_type->has_competitions) الأخبار المباريات/الترتيب @endif @empty($news->count()) لا توجد أخبار لاستعراضها. @endempty @php($current_date =null) @foreach ($news as $n) @if($current_date != $n->published->format('d /m /Y')) {{ $current_date = $n->published->format('d /m /Y') }} @endif {{ $n->title }} @endforeach @if($news->count()) @if($previousPageUrl) أحدث آخر @endif @if($nextPageUrl) أقدم @endif @endif إعلان @endsection @section("js") @endsection