@php $total = $this->table->getRecords()->total(); @endphp @if ($total > 0) @can('add_customers') {{ __('shopper::forms.actions.add_label', ['label' => __('shopper::pages/customers.single')]) }} @endcan @endif @if ($total === 0)
@else
{{ $this->table }}
@endif