@if($showDevice ?? false) @endif @forelse($portSecurity as $entry) @include('port-security.includes.row', ['entry' => $entry, 'showDevice' => $showDevice ?? false]) @empty @endforelse
{{ __('Device') }}{{ __('Port') }} {{ __('Description') }} {{ __('Enabled') }} {{ __('Status') }} {{ __('Current MACs') }} {{ __('Max MACs') }} {{ __('Violation Action') }} {{ __('Violations') }} {{ __('Last MAC') }} {{ __('Sticky') }}
{{ __('No port security entries matched the current filters.') }}
@if($portSecurity instanceof \Illuminate\Pagination\LengthAwarePaginator)
{{ $portSecurity->links('pagination::tailwind', ['perPage' => $perPage ?? null]) }} @isset($paginationOptions) @endisset
@endif