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