@extends('layouts.front')
@section('title', '📰 الجرائد')
@push('css')
@endpush
@section('content')
@if($newspapers->count())
@foreach($newspapers as $paper)
@if($paper->cover_image)
 }})
@endif
{{ $paper->title }}
@endforeach
{{ $newspapers->links() }}
@else
لا توجد جرائد حالياً.
@endif
@endsection
@push('js')
@endpush