@extends(config('pagebuilder.site_layout'),['edit' => false ]) @section(config('pagebuilder.site_section')) {{headerContent()}}

{{__('edulia.news_details')}} {{__('edulia.home')}} / {{__('edulia.news_details')}}

{{$news->news_title}}
{{$news->category->category_name}} . {{$news->publish_date != ""? dateConvert($news->publish_date):''}}

{{$news->news_title}}

{!!$news->news_body!!}

{{$news->newsComments->count()}} {{__('edulia.comments')}}

@include('frontEnd.theme.edulia.news.comment_page', ['newsComments' => $news->newsComments, 'level' => 0])

{{__('edulia.leave_a_comment')}}

@if (!auth()->check())

{{__('edulia.Sing in to post your comment or singup if you don’t have any account.')}}

@endif
@php $gs = generalSetting(); @endphp @if (auth()->check() && $news->is_global == 1 && $gs->is_comment == 1) @include('frontEnd.theme.edulia.news.comment_form') @elseif(auth()->check() && $news->is_global == 0 && $news->is_comment == 1) @include('frontEnd.theme.edulia.news.comment_form') @endif
@endsection @pushonce(config('pagebuilder.site_script_var')) @endpushonce