@extends('layouts.app') @section('content')

Featured News

Recent News

@foreach($recent as $post)
{{ $post->title }}
Read More
@endforeach
{{ $recent->links() }}
Search News
Categories
@foreach($categories as $cat) {{ $cat->name }} ({{ $cat->newsPosts->count() }}) @endforeach
Subscribe

Get push notifications for breaking news.

@csrf
@endsection @push('js') @if(session('success')) @endif @endpush