@section('title', 'News & Events – Campus Life Highlights | AUMDC') @section('description', 'News & Events at Abu Umara Medical and Dental College bring you the latest campus updates and student highlights. Stay connected & explore now.') @section('keywords', 'News & Events, AUMDC event highlights, Academic growth & student support') @section('tags', 'News & Events, AUMDC event highlights, Academic growth & student support') @extends('front.layouts.app') @section('content')

News & Events

@foreach($NewsAndEvents as $newsEvents)
Image
  • {{ $newsEvents->date }}

{{ $newsEvents->title }}

{!! str_limit($newsEvents->short_description,$limit = 300, $end="...") !!}

@endforeach
{{-- {!!$NewsAndEvents->links() !!} --}}
{!!$NewsAndEvents->appends(['sort' => 'votes'])->links() !!}
@endsection @push('js') @endpush