@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
@endforeach
@if($news->count())
@if($previousPageUrl) @endif @if($nextPageUrl) @endif
@endif
إعلان
{{ $component->title }}
@endsection @section("js") @endsection