{{ $customer->displayName() }}
@if($customer->customer->activeSubscription())
{{__('locale.labels.sms_credit')}} : {{ $customer->sms_unit == '-1' ? __('locale.labels.unlimited') : \App\Library\Tool::number_with_delimiter($customer->sms_unit) }}
@else

{{ __('locale.subscription.no_active_subscription') }}

@endif @include('admin.customer._update_avatar') @if($customer->customer->activeSubscription()) @include('admin.customer._add_unit') @include('admin.customer._remove_unit') @endif @if($customer->id !== 1) {{__('locale.customer.login_as_customer')}} @endif
@method('PATCH') @csrf
@error('email')

{{ $message }}

@enderror
@if($errors->has('password'))

{{ $errors->first('password') }}

@else

{{__('locale.customer.leave_blank_password')}}

@endif
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('timezone')

{{ $message }}

@enderror
@error('locale')

{{ $message }}

@enderror