@extends('layouts.main.main_noslide') @section('content')

{!!$news->source!!}
- share

{{trans('resource.comments')}} ({{$news->comment_count}})

    @foreach($comments as $c)
  • {{$c->name}}

    {{$c->comment}}

    {{$c->insert_date}}
  • @endforeach
{{--

Сэтгэгдэл үлдээх

--}}
{{ csrf_field() }}
@endsection