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

Blog

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

--}} {{-- --}} {{-- {{ $newsEvents->name }}--}} {{-- --}} {{--

--}} {{--

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

--}} {{--
--}} {{--
--}}
Blog 1

{{ $newsEvents->name }}

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