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