@extends('hulaki_khabar.layout.layout') @section('meta') @endsection @push('css') @push('css') @endpush @endpush @section('content') @if ($ads->isNotEmpty()) @foreach ($ads as $ad) @if ($ad->ad_categories_id == 17) @endif @endforeach @endif {{ $news->title }} {!! $shareComponent !!} {{ $news->short_description }} {!! $news->content !!} @if ($ads->isNotEmpty()) @foreach ($ads as $ad) @if ($ad->ad_categories_id == 16) @endif @endforeach @endif २ कमेन्ट : @foreach ($newsWithComment as $comment) @if ($comment->comments->isNotEmpty()) @foreach ($comment->comments as $item) {{ $item->content }} @if ($item->subcomments) @foreach ($item->subcomments as $subcomment) {{ $subcomment->content }} {{-- @if ($loop->last) @csrf @endif --}} @endforeach @else @csrf @endif @csrf @endforeach @else @csrf {{-- --}} @endif @endforeach @endsection @push('js') @endpush
{{ $news->short_description }}
{!! $news->content !!}
{{ $item->content }}
{{ $subcomment->content }}
{{ $item->content }}
@foreach ($item->subcomments as $subcomment)-
{{-- @if ($loop->last)
@endif --}}
@endforeach
@else{{ $subcomment->content }}