@if ($editCustomerStaticPaketModal)
{{ trans('customer.paket.edit-customer-paket', [ 'paket' => $customerStaticPaket->customer_paket->paket->name, 'customer' => $customerStaticPaket->customer_paket->user->full_name, 'mikrotik' => $customerStaticPaket->customer_paket->paket->mikrotik->name, ]) }}
@if ($mikrotik_interfaces) {{ trans('customer.paket.ph.select-interface') }} @foreach ($mikrotik_interfaces as $interface) {{ $interface['name'] }} @endforeach @else {{ trans('customer.paket.label.router-offline') }} @endif
{{ trans('customer.button.cancel') }} {{ __('customer.button.update') }}
@endif