@if ($addPhoneNumberModal)
{{ trans('Add Phone Number') }}
@if ($errors->any()) Error
    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
@if ($user->customer_pakets->count()) @endif
{{ __('Cancel') }} {{ __('Save') }}
@endif