@extends('user.user_dashboard')
@section('home')
@php
$blogs = App\Models\Blog::latest()->where('status', 1)->paginate(9);
@endphp
Articles
--}}
{{-- UPCOMING EVENTS AND BLOGS
--}}
{{-- --}}