@extends('edufair.layouts.master') @section('content')

Latest News

@foreach($articles as $article) @endforeach
{{ $articles->withQueryString()->links() }}
@section('after_js') @if(!(\Illuminate\Support\Facades\Auth::check())) @endif @endsection