347 lines
24 KiB
PHP
347 lines
24 KiB
PHP
<?php if (isset($component)) { $__componentOriginalb95fb6157a10b6449458ef38a3dd045c = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalb95fb6157a10b6449458ef38a3dd045c = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-section','data' => ['submit' => 'updateProfileInformation']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('form-section'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['submit' => 'updateProfileInformation']); ?>
|
|
<?php $__env->slot('title', null, []); ?>
|
|
<?php echo e(__('Profile Information')); ?>
|
|
|
|
<?php $__env->endSlot(); ?>
|
|
|
|
<?php $__env->slot('description', null, []); ?>
|
|
<?php echo e(__('Update your account\'s profile information and email address.')); ?>
|
|
|
|
<?php $__env->endSlot(); ?>
|
|
|
|
<?php $__env->slot('form', null, []); ?>
|
|
<!-- Profile Photo -->
|
|
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if(Laravel\Jetstream\Jetstream::managesProfilePhotos()): ?>
|
|
<div x-data="{photoName: null, photoPreview: null}" class="col-span-6 sm:col-span-4">
|
|
<!-- Profile Photo File Input -->
|
|
<input type="file" id="photo" class="hidden"
|
|
wire:model.live="photo"
|
|
x-ref="photo"
|
|
x-on:change="
|
|
photoName = $refs.photo.files[0].name;
|
|
const reader = new FileReader();
|
|
reader.onload = (e) => {
|
|
photoPreview = e.target.result;
|
|
};
|
|
reader.readAsDataURL($refs.photo.files[0]);
|
|
" />
|
|
|
|
<?php if (isset($component)) { $__componentOriginald8ba2b4c22a13c55321e34443c386276 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginald8ba2b4c22a13c55321e34443c386276 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.label','data' => ['for' => 'photo','value' => ''.e(__('Photo')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('label'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['for' => 'photo','value' => ''.e(__('Photo')).'']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginald8ba2b4c22a13c55321e34443c386276)): ?>
|
|
<?php $attributes = $__attributesOriginald8ba2b4c22a13c55321e34443c386276; ?>
|
|
<?php unset($__attributesOriginald8ba2b4c22a13c55321e34443c386276); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginald8ba2b4c22a13c55321e34443c386276)): ?>
|
|
<?php $component = $__componentOriginald8ba2b4c22a13c55321e34443c386276; ?>
|
|
<?php unset($__componentOriginald8ba2b4c22a13c55321e34443c386276); ?>
|
|
<?php endif; ?>
|
|
|
|
<!-- Current Profile Photo -->
|
|
<div class="mt-2" x-show="! photoPreview">
|
|
<img src="<?php echo e($this->user->profile_photo_url); ?>" alt="<?php echo e($this->user->name); ?>" class="rounded-full size-20 object-cover">
|
|
</div>
|
|
|
|
<!-- New Profile Photo Preview -->
|
|
<div class="mt-2" x-show="photoPreview" style="display: none;">
|
|
<span class="block rounded-full size-20 bg-cover bg-no-repeat bg-center"
|
|
x-bind:style="'background-image: url(\'' + photoPreview + '\');'">
|
|
</span>
|
|
</div>
|
|
|
|
<?php if (isset($component)) { $__componentOriginal3b0e04e43cf890250cc4d85cff4d94af = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.secondary-button','data' => ['class' => 'mt-2 me-2','type' => 'button','xOn:click.prevent' => '$refs.photo.click()']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('secondary-button'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['class' => 'mt-2 me-2','type' => 'button','x-on:click.prevent' => '$refs.photo.click()']); ?>
|
|
<?php echo e(__('Select A New Photo')); ?>
|
|
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af)): ?>
|
|
<?php $attributes = $__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af; ?>
|
|
<?php unset($__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal3b0e04e43cf890250cc4d85cff4d94af)): ?>
|
|
<?php $component = $__componentOriginal3b0e04e43cf890250cc4d85cff4d94af; ?>
|
|
<?php unset($__componentOriginal3b0e04e43cf890250cc4d85cff4d94af); ?>
|
|
<?php endif; ?>
|
|
|
|
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($this->user->profile_photo_path): ?>
|
|
<?php if (isset($component)) { $__componentOriginal3b0e04e43cf890250cc4d85cff4d94af = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.secondary-button','data' => ['type' => 'button','class' => 'mt-2','wire:click' => 'deleteProfilePhoto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('secondary-button'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['type' => 'button','class' => 'mt-2','wire:click' => 'deleteProfilePhoto']); ?>
|
|
<?php echo e(__('Remove Photo')); ?>
|
|
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af)): ?>
|
|
<?php $attributes = $__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af; ?>
|
|
<?php unset($__attributesOriginal3b0e04e43cf890250cc4d85cff4d94af); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal3b0e04e43cf890250cc4d85cff4d94af)): ?>
|
|
<?php $component = $__componentOriginal3b0e04e43cf890250cc4d85cff4d94af; ?>
|
|
<?php unset($__componentOriginal3b0e04e43cf890250cc4d85cff4d94af); ?>
|
|
<?php endif; ?>
|
|
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
|
|
|
|
<?php if (isset($component)) { $__componentOriginalf94ed9c5393ef72725d159fe01139746 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalf94ed9c5393ef72725d159fe01139746 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.input-error','data' => ['for' => 'photo','class' => 'mt-2']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('input-error'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['for' => 'photo','class' => 'mt-2']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalf94ed9c5393ef72725d159fe01139746)): ?>
|
|
<?php $attributes = $__attributesOriginalf94ed9c5393ef72725d159fe01139746; ?>
|
|
<?php unset($__attributesOriginalf94ed9c5393ef72725d159fe01139746); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalf94ed9c5393ef72725d159fe01139746)): ?>
|
|
<?php $component = $__componentOriginalf94ed9c5393ef72725d159fe01139746; ?>
|
|
<?php unset($__componentOriginalf94ed9c5393ef72725d159fe01139746); ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
|
|
|
|
<!-- Name -->
|
|
<div class="col-span-6 sm:col-span-4">
|
|
<?php if (isset($component)) { $__componentOriginald8ba2b4c22a13c55321e34443c386276 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginald8ba2b4c22a13c55321e34443c386276 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.label','data' => ['for' => 'name','value' => ''.e(__('Name')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('label'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['for' => 'name','value' => ''.e(__('Name')).'']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginald8ba2b4c22a13c55321e34443c386276)): ?>
|
|
<?php $attributes = $__attributesOriginald8ba2b4c22a13c55321e34443c386276; ?>
|
|
<?php unset($__attributesOriginald8ba2b4c22a13c55321e34443c386276); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginald8ba2b4c22a13c55321e34443c386276)): ?>
|
|
<?php $component = $__componentOriginald8ba2b4c22a13c55321e34443c386276; ?>
|
|
<?php unset($__componentOriginald8ba2b4c22a13c55321e34443c386276); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($component)) { $__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.input','data' => ['id' => 'name','type' => 'text','class' => 'mt-1 block w-full','wire:model' => 'state.name','required' => true,'autocomplete' => 'name']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('input'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['id' => 'name','type' => 'text','class' => 'mt-1 block w-full','wire:model' => 'state.name','required' => true,'autocomplete' => 'name']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1)): ?>
|
|
<?php $attributes = $__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1; ?>
|
|
<?php unset($__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1)): ?>
|
|
<?php $component = $__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1; ?>
|
|
<?php unset($__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($component)) { $__componentOriginalf94ed9c5393ef72725d159fe01139746 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalf94ed9c5393ef72725d159fe01139746 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.input-error','data' => ['for' => 'name','class' => 'mt-2']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('input-error'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['for' => 'name','class' => 'mt-2']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalf94ed9c5393ef72725d159fe01139746)): ?>
|
|
<?php $attributes = $__attributesOriginalf94ed9c5393ef72725d159fe01139746; ?>
|
|
<?php unset($__attributesOriginalf94ed9c5393ef72725d159fe01139746); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalf94ed9c5393ef72725d159fe01139746)): ?>
|
|
<?php $component = $__componentOriginalf94ed9c5393ef72725d159fe01139746; ?>
|
|
<?php unset($__componentOriginalf94ed9c5393ef72725d159fe01139746); ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
|
|
<!-- Email -->
|
|
<div class="col-span-6 sm:col-span-4">
|
|
<?php if (isset($component)) { $__componentOriginald8ba2b4c22a13c55321e34443c386276 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginald8ba2b4c22a13c55321e34443c386276 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.label','data' => ['for' => 'email','value' => ''.e(__('Email')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('label'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['for' => 'email','value' => ''.e(__('Email')).'']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginald8ba2b4c22a13c55321e34443c386276)): ?>
|
|
<?php $attributes = $__attributesOriginald8ba2b4c22a13c55321e34443c386276; ?>
|
|
<?php unset($__attributesOriginald8ba2b4c22a13c55321e34443c386276); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginald8ba2b4c22a13c55321e34443c386276)): ?>
|
|
<?php $component = $__componentOriginald8ba2b4c22a13c55321e34443c386276; ?>
|
|
<?php unset($__componentOriginald8ba2b4c22a13c55321e34443c386276); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($component)) { $__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.input','data' => ['id' => 'email','type' => 'email','class' => 'mt-1 block w-full','wire:model' => 'state.email','required' => true,'autocomplete' => 'username']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('input'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['id' => 'email','type' => 'email','class' => 'mt-1 block w-full','wire:model' => 'state.email','required' => true,'autocomplete' => 'username']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1)): ?>
|
|
<?php $attributes = $__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1; ?>
|
|
<?php unset($__attributesOriginalc2fcfa88dc54fee60e0757a7e0572df1); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1)): ?>
|
|
<?php $component = $__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1; ?>
|
|
<?php unset($__componentOriginalc2fcfa88dc54fee60e0757a7e0572df1); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($component)) { $__componentOriginalf94ed9c5393ef72725d159fe01139746 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalf94ed9c5393ef72725d159fe01139746 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.input-error','data' => ['for' => 'email','class' => 'mt-2']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('input-error'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['for' => 'email','class' => 'mt-2']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalf94ed9c5393ef72725d159fe01139746)): ?>
|
|
<?php $attributes = $__attributesOriginalf94ed9c5393ef72725d159fe01139746; ?>
|
|
<?php unset($__attributesOriginalf94ed9c5393ef72725d159fe01139746); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalf94ed9c5393ef72725d159fe01139746)): ?>
|
|
<?php $component = $__componentOriginalf94ed9c5393ef72725d159fe01139746; ?>
|
|
<?php unset($__componentOriginalf94ed9c5393ef72725d159fe01139746); ?>
|
|
<?php endif; ?>
|
|
|
|
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if(Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! $this->user->hasVerifiedEmail()): ?>
|
|
<p class="text-sm mt-2">
|
|
<?php echo e(__('Your email address is unverified.')); ?>
|
|
|
|
|
|
<button type="button" class="underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" wire:click.prevent="sendEmailVerification">
|
|
<?php echo e(__('Click here to re-send the verification email.')); ?>
|
|
|
|
</button>
|
|
</p>
|
|
|
|
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($this->verificationLinkSent): ?>
|
|
<p class="mt-2 font-medium text-sm text-green-600">
|
|
<?php echo e(__('A new verification link has been sent to your email address.')); ?>
|
|
|
|
</p>
|
|
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
|
|
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
|
|
</div>
|
|
<?php $__env->endSlot(); ?>
|
|
|
|
<?php $__env->slot('actions', null, []); ?>
|
|
<?php if (isset($component)) { $__componentOriginala665a74688c74e9ee80d4fedd2b98434 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginala665a74688c74e9ee80d4fedd2b98434 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.action-message','data' => ['class' => 'me-3','on' => 'saved']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('action-message'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['class' => 'me-3','on' => 'saved']); ?>
|
|
<?php echo e(__('Saved.')); ?>
|
|
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginala665a74688c74e9ee80d4fedd2b98434)): ?>
|
|
<?php $attributes = $__attributesOriginala665a74688c74e9ee80d4fedd2b98434; ?>
|
|
<?php unset($__attributesOriginala665a74688c74e9ee80d4fedd2b98434); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginala665a74688c74e9ee80d4fedd2b98434)): ?>
|
|
<?php $component = $__componentOriginala665a74688c74e9ee80d4fedd2b98434; ?>
|
|
<?php unset($__componentOriginala665a74688c74e9ee80d4fedd2b98434); ?>
|
|
<?php endif; ?>
|
|
|
|
<?php if (isset($component)) { $__componentOriginald0f1fd2689e4bb7060122a5b91fe8561 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginald0f1fd2689e4bb7060122a5b91fe8561 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.button','data' => ['wire:loading.attr' => 'disabled','wire:target' => 'photo']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('button'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['wire:loading.attr' => 'disabled','wire:target' => 'photo']); ?>
|
|
<?php echo e(__('Save')); ?>
|
|
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginald0f1fd2689e4bb7060122a5b91fe8561)): ?>
|
|
<?php $attributes = $__attributesOriginald0f1fd2689e4bb7060122a5b91fe8561; ?>
|
|
<?php unset($__attributesOriginald0f1fd2689e4bb7060122a5b91fe8561); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginald0f1fd2689e4bb7060122a5b91fe8561)): ?>
|
|
<?php $component = $__componentOriginald0f1fd2689e4bb7060122a5b91fe8561; ?>
|
|
<?php unset($__componentOriginald0f1fd2689e4bb7060122a5b91fe8561); ?>
|
|
<?php endif; ?>
|
|
<?php $__env->endSlot(); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalb95fb6157a10b6449458ef38a3dd045c)): ?>
|
|
<?php $attributes = $__attributesOriginalb95fb6157a10b6449458ef38a3dd045c; ?>
|
|
<?php unset($__attributesOriginalb95fb6157a10b6449458ef38a3dd045c); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalb95fb6157a10b6449458ef38a3dd045c)): ?>
|
|
<?php $component = $__componentOriginalb95fb6157a10b6449458ef38a3dd045c; ?>
|
|
<?php unset($__componentOriginalb95fb6157a10b6449458ef38a3dd045c); ?>
|
|
<?php endif; ?>
|
|
<?php /**PATH C:\proyectos\primeros\sistemaEducativo\resources\views/profile/update-profile-information-form.blade.php ENDPATH**/ ?>
|