@extends('layouts.sahitya') @section('section')

सुचनाहरू

@foreach($notices as $notice)

{{ $notice->title }}

प्रकाशित मिति: {{ $notice->npdate()['Y'] }}-{{ $notice->npdate()['F'] }}-{{ $notice->npdate()['d'] }}

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

@endsection