@extends('admin.layouts.layout') @section('content') @php($dontShowNotSection = true) @include('admin.report-templates.template_header')

Comment

@if($permission['create']) Add Comment @endif
@if($data->count() > 0)
@foreach($data as $coverLetter) @include('admin.report-templates.cover-letters.partials.cover_letter_row', [ 'coverLetter' => $coverLetter, 'permission' => $permission ]) @endforeach
Drag
Title Inspector Name Modified Date Sort Order Actions
Showing {{ $data->firstItem() }} to {{ $data->lastItem() }} of {{ $data->total() }} entries
{{ $data->appends(request()->input())->links() }}
@else
No comments found

Try adjusting your search criteria or create a new comment.

@if($permission['create']) @endif
@endif
@endsection @push('page_script') @endpush