@include('partials.show-mikrotik-heading')
{{ __('user.button.help') }} @if ($online) {{ __('mikrotik.button.import-pakets-to-customer-management') }} @endif
{{ trans('mikrotik.table.no') }} {{ trans('mikrotik.table.id') }} {{ trans('mikrotik.table.name') }} {{ trans('mikrotik.table.local-address') }} {{ trans('mikrotik.table.remote-address') }} {{ trans('mikrotik.table.rate-limit') }} {{ trans('mikrotik.table.parent-queue') }} {{ trans('mikrotik.table.queue-type') }} @forelse ($mikrotikProfiles as $profile) {{ ($mikrotikProfiles->currentpage() - 1) * $mikrotikProfiles->perpage() + $loop->index + 1 }} {{ $profile['.id'] }} {{ $profile['name'] }} {{ $profile['local-address'] ?? '' }} {{ $profile['remote-address'] ?? '' }} {{ $profile['rate-limit'] ?? '' }} {{ $profile['parent-queue'] ?? '' }} {{ $profile['queue-type'] ?? '' }} @empty
{{ trans('mikrotik.profile-notfound') }}
@endforelse
@if ($mikrotikProfiles->hasPages())
{{ $mikrotikProfiles->links() }}
@endif