@error('name')
{{ $message }}
@enderror
@if ($user->psychic_info->temp_user_name)
@endif
@if (!$user->psychic_info->twilio_id)
You must complete verification to
access
phone calls; until then, only the chat feature will be available.
@endif
@error('phone')
{{ $message }}
@enderror
psychic_info->email_subscription ? 'checked' : '' }}>
 : '' }})
@if ($user->psychic_info->temp_user_image)
 : '' }})
@endif
@if ($user->psychic_info->temp_about)
Your about will be applied after admin
approval
{{ $user->psychic_info->temp_about }}
@endif
@php
$theme_colors = ['secondary', 'success', 'info', 'warning', 'danger', 'light', 'dark'];
$theme_color_key = 0;
@endphp
@foreach ($psychic_categories as $psychic_category)
@php
if ($theme_color_key > 5) {
$theme_color_key = 0;
} else {
$theme_color_key++;
}
@endphp
psychic_info->psychic_category_id) && in_array($psychic_category->id, $user->psychic_info->psychic_category_id) ? 'checked' : '' }}>
@endforeach
@error('psychic_category_id')
{{ $message }}
@enderror
@if ($user->psychic_info->temp_psychic_category_id)
@endif
@php
$theme_color_key = 0;
@endphp
@foreach ($per_minute_packages as $per_minute_package)
@if ($per_minute_package->type == 'chat')
@php
if ($theme_color_key > 5) {
$theme_color_key = 0;
} else {
$theme_color_key++;
}
@endphp
id == $user->psychic_info->per_minute_package_chat_id ? 'checked' : '' }}>
@endif
@endforeach
@error('per_minute_package_chat_id')
{{ $message }}
@enderror
@php
$theme_color_key = 0;
@endphp
@foreach ($per_minute_packages as $per_minute_package)
@if ($per_minute_package->type == 'voice_call')
@php
if ($theme_color_key > 5) {
$theme_color_key = 0;
} else {
$theme_color_key++;
}
@endphp
id == $user->psychic_info->per_minute_package_voice_id ? 'checked' : '' }}
type="radio" value="{{ $per_minute_package->id }}"
name="per_minute_package_voice_id">
@endif
@endforeach
@error('per_minute_package_voice_id')
{{ $message }}
@enderror