@if ($exportPaketModal)
{{ trans('mikrotik.export-pakets') }} {{ trans('mikrotik.subtitles.add-mikrotik') }}
{{ trans('paket.ph.select-mikrotik') }} @foreach (\App\Models\Servers\Mikrotik::where('disabled', false)->orderBy('name', 'asc')->get() as $optionMikrotik) {{ $optionMikrotik->name }} @endforeach

{{ trans('paket.helper.mikrotik') }}

{{ __('mikrotik.helper.export-paket-to-profile-mikrotik', [ 'maxProfile' => $maxProfile, 'countProfile' => $countDifferentProfile, 'fromMikrotik' => $fromMikrotik->name, 'toMikrotik' => $toMikrotik ? $toMikrotik->name : '(Select Mikrotik)', ]) }}
{{ trans('paket.button.cancel') }} @if ($online) {{ __('mikrotik.button.export-pakets-to-mikrotik-with-count', [ 'maxProfile' => $maxProfile, 'countProfile' => $countDifferentProfile, ]) }} @endif
@endif