@if ($exportCustomerModal)
{{ trans('mikrotik.export-customers') }} {{ 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-customer-to-mikrotik', [ 'maxSecret' => $maxSecret, 'countSecret' => $countDifferentUserSecret, 'fromMikrotik' => $fromMikrotik->name, 'toMikrotik' => $toMikrotik? $toMikrotik->name : '(Select Mikrotik)' ]) }}
{{ trans('paket.button.cancel') }} {{ __('mikrotik.button.export-customer-to-mikrotik') }}
@endif