@if (@count($canned_responses ?? []) > 0) @include('pages.canned.components.table.ajax')
@lang('lang.title') @lang('lang.date_created') @lang('lang.visibility') @lang('lang.actions')
@include('misc.load-more-button')
@endif @if (@count($canned_responses ?? []) == 0) @include('notifications.no-results-found') @endif