@if ($deletePaketModal)
{{ trans('paket.alert.header-delete', ['paket' => $paketSelect->name]) }} {{ trans('paket.alert.content-delete', ['paket' => $paketSelect->name, 'mikrotik' => $paketSelect->mikrotik->name]) }}
@if($paketSelect->customer_pakets->count()) {{ trans('paket.ph.select-action') }} {{ trans('paket.ph.delete-all-client', [ 'paket' => $paketSelect->name, 'count_client' => count($paketSelect->customer_pakets), ]) }} @foreach (\App\Models\Pakets\Paket::whereNot('id', $paketSelect->id)->where('disabled', false)->orderBy('name', 'asc')->get() as $paket) {{ trans('paket.ph.move-to', [ 'count_client' => count($paketSelect->customer_pakets), ]) }} {{ $paket->name }} @endforeach @endif
{{ trans('user.button.nevermind') }} @if($input['showForceDeleteButton']) {{ trans('user.button.force-delete') }} @else {{ trans('user.button.delete') }} @endif
@if($input['showForceDeleteButton']) If you force delete, The package may be deleted without deleting the data on your MikroTik. Please delete it manually from your MikroTik. @endif
@endif