@extends('layouts.project') @section('subtitle', __('comment.list')) @section('content-project')
{{ $comments->links() }} @include('projects.partials.comment-section') {{ $comments->links() }}
@endsection