@extends('mobile.layouts.app') @section('content')
@include('mobile.account.navTabs')

작성 댓글


Total : {{ $comments->total }}
@if($comments->total > 0) @foreach($comments->list as $row) @endforeach @else @endif
댓글 내용

@if($row->is_secret) {!! $row->content !!} @elseif($row->isBlame) {!! $row->content !!} @else {!! $row->content !!} @endif

{{ $row->subject }} @if($row->comment_rows > 0) [{{ $row->comment_rows }}] @endif @if($row->file_rows > 0) @endif @if($row->link_rows > 0) @endif @if($row->image_rows > 0) @endif

  • {{ $row->createdAt }}
  • {{ $row->like }}
  • {{ $row->dislike }}
작성 댓글이 없습니다.
@if($comments->total > 0) @endif
@csrf
@endsection @push('styles') @endpush @push('scripts') @endpush