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