@extends('layouts.project')
@section('subtitle', __('comment.list'))
@section('content-project')
{{ $comments->links() }}
@include('projects.partials.comment-section')
{{ $comments->links() }}
@if (Request::get('action') == 'comment-edit' && $editableComment)
@endif
@endsection
@section('script')
@endsection