@php $total = $this->table->getRecords()->total(); @endphp @if ($total > 0) @can('add_attributes')
{{ __('shopper::forms.actions.create') }}
@endcan @endif
@if ($total === 0)
@else
{{ $this->table }}
@endif