@if (@count($estimates ?? []) > 0) @if(config('visibility.estimates_col_checkboxes')) @endif @if(config('visibility.estimates_col_client')) @endif @if(config('visibility.estimates_col_created_by')) @endif @if(config('visibility.estimates_col_expires')) @endif @if(config('visibility.estimates_col_tags')) @endif @if(config('visibility.estimates_col_action')) @endif @include('pages.estimates.components.table.ajax')
{{ cleanLang(__('lang.id')) }} {{ cleanLang(__('lang.date')) }} {{ cleanLang(__('lang.company_name')) }}{{ cleanLang(__('lang.created_by')) }}{{ cleanLang(__('lang.category')) }}{{ cleanLang(__('lang.expires')) }} {{ cleanLang(__('lang.tags')) }} {{ cleanLang(__('lang.amount')) }} {{ cleanLang(__('lang.status')) }} {{ cleanLang(__('lang.action')) }}
@include('misc.load-more-button')
@endif @if (@count($estimates ?? []) == 0) @include('notifications.no-results-found') @endif