@if (@count($projects ?? []) > 0) @include('pages.templates.projects.components.table.ajax')
{{ cleanLang(__('lang.title')) }} {{ cleanLang(__('lang.date_created')) }} {{ cleanLang(__('lang.category')) }} {{ cleanLang(__('lang.created_by')) }} {{ cleanLang(__('lang.action')) }}
@include('misc.load-more-button')
@endif @if (@count($projects ?? []) == 0) @include('notifications.no-results-found') @endif