@extends('layouts.sahitya') @section('section')
@foreach($post as $post)
@if($post->url()) {{$post->title}} @else @endif

{{$post->title}}

@endforeach

सबै...

@if(!empty($upcomingEvents))
@foreach($upcomingEvents as $upevent)
@if($upevent->image()) {{$upevent->title}} @else {{$upevent->title}} @endif

{{$upevent->title}}

Event end date: {{$upevent->end_date}}
{{$upevent->location}}
@if($upevent->npdate()) @endif

Read more
@endforeach
@endif

पुस्तकहरु सबै...

@if(!empty($books))
@foreach($books as $book)
{{$book->title}}

{{$book->title}}

लेखकको नाम: {{$book->author}}

@if($book->npdate())

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

@endif

भाषा: @if($book->lang=='english') अंग्रेजी @endif @if($book->lang=='nepali') नेपाली @endif

@endforeach
@endif

सूचनाहरू सबै...

@if($singlenotice && $singlenotice->url()) {{$singlenotice->title}} @else @endif @if($singlenotice)

{{$singlenotice->title}}

@endif
@foreach($notices as $notice) @endforeach
@endsection