@extends('layouts.front') @section('title', '📰 الجرائد') @push('css') @endpush @section('content')

🗞️ الجرائد

@if($newspapers->count())
@foreach($newspapers as $paper)
@if($paper->cover_image) {{ $paper->title }} @endif

{{ $paper->title }}

@endforeach
{{ $newspapers->links() }}
@else

لا توجد جرائد حالياً.

@endif
@endsection @push('js') @endpush