File: /home/armgroup/libs/storage/framework/views/8d98fe7f7cbad223907aec99c194af5e603fc2ab.php
<?php $__env->startSection('content'); ?>
<div class="container my-5 body-content">
<div class="row">
<div class="col-lg-3 col-sm-12">
<?php echo $__env->make('account.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-lg-9 col-sm-12">
<div class="card">
<h5 class="card-header"><?php echo e(__('Change Mobile')); ?></h5>
<div class="card-body">
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('account.mobile.change', [])->html();
} elseif ($_instance->childHasBeenRendered('Orrgwx1')) {
$componentId = $_instance->getRenderedChildComponentId('Orrgwx1');
$componentTag = $_instance->getRenderedChildComponentTagName('Orrgwx1');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('Orrgwx1');
} else {
$response = \Livewire\Livewire::mount('account.mobile.change', []);
$html = $response->html();
$_instance->logRenderedChild('Orrgwx1', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/technova/technovar/resources/views/account/mobile/edit.blade.php ENDPATH**/ ?>