@if ($deletePaketProfileModal)
{{ trans('paket.alert.header-delete-profile', ['profile' => $paketProfileSelect->profile_name]) }} {{ trans('paket.alert.content-delete-profile', ['profile' => $paketProfileSelect->profile_name]) }}
{{ trans('paket.ph.select-action') }} {{ trans('paket.ph.delete-all-profile', [ 'profile' => $paketProfileSelect->profile_name, 'count_paket' => count($paketProfileSelect->pakets), 'count_client' => count($paketProfileSelect->customer_pakets), ]) }} @foreach (\App\Models\Pakets\PaketProfile::whereNot('id', $paketProfileSelect->id)->where('disabled', false)->orderBy('profile_name', 'asc')->get() as $paketProfile) {{ trans('paket.ph.profile-move-to', [ 'count_paket' => count($paketProfileSelect->pakets), 'count_client' => count($paketProfileSelect->customer_pakets), ]) }} {{ $paketProfile->profile_name }} @endforeach

{!! trans('paket.helper.option-delete-profile-permanent', [ 'profile' => $paketProfileSelect->name, 'count_client' => count($paketProfileSelect->customer_pakets), 'count_paket' => count($paketProfileSelect->pakets), ]) !!}

{{ trans('user.button.nevermind') }} {{ trans('user.button.delete') }}
@endif