@if ($editDiscountCustomerPaketModal)
{{ trans('customer.paket.alert.header-edit-discount-customer-paket', [ 'paket' => $customerPaket->paket->name, 'customer' => $customerPaket->user->first_name, ]) }}
{{ trans('customer.button.cancel') }} {{ trans('customer.paket.button.update') }}
@endif