@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 $closingStatement) @include('admin.report-templates.closing-statements.partials.closing_statement_row', [ 'closingStatement' => $closingStatement, '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 closing statements found

Try adjusting your search criteria or create a new closing statement.

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