@if ($editCustomerPaketAddressModal)
@if($currentStep === 1)
{{ trans('customer.paket.update-installation-address', ['customer' => $customerPaket->user->full_name]) }} {{ trans('customer.paket.update-installation-address', ['customer' => $customerPaket->user->full_name]) }} @if ($errors->any()) Error
    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
{{ __('Next') }}
@elseif($currentStep === 2)
{{ trans('customer.paket.update-billing-address', ['customer' => $customerPaket->user->full_name]) }} {{ trans('customer.paket.update-billing-address', ['customer' => $customerPaket->user->full_name]) }}
{{ __('Back') }} {{ __('customer.button.save') }}
@endif
@endif