@extends('frontend.master') @section('title'){{ "Notices" }} @stop @section('keywords') {{{"Shree mediacal college, CTEVT college, Diploma, Medical"}}} @stop @section('description') {{"Shreechitwan College (formerly Shree Medical and Technical College) was established in 2007 under the affiliation with council for technical Education and Vocational Training (CTEVT)"}}@stop @section('content')

This page features important notices related to college:

    @foreach ($notices as $item) @php $pdate=\Carbon\Carbon::parse($item->published_date); @endphp
  • {{$item->heading}}

    {{ \Illuminate\Support\Str::limit(strip_tags($item->description), 100) }}

    {{$pdate->year}}-{{$pdate->format('m')}}-{{$pdate->day}}

  • @endforeach
{{ $notices->links() }}
@endsection