%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/storage/framework/views/ |
Upload File : |
<?php
$viewDocumentPermission = user()->permission('view_documents');
$viewClientDocumentPermission = user()->permission('view_client_document');
?>
<?php $__env->startSection('content'); ?>
<!-- SETTINGS START -->
<div class="w-100 d-flex">
<?php if (isset($component)) { $__componentOriginalde9d36b1eccca15eec00fdb693fa4d2d = $component; } ?>
<?php $component = App\View\Components\SettingSidebar::resolve(['activeMenu' => $activeSettingMenu] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('setting-sidebar'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SettingSidebar::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalde9d36b1eccca15eec00fdb693fa4d2d)): ?>
<?php $component = $__componentOriginalde9d36b1eccca15eec00fdb693fa4d2d; ?>
<?php unset($__componentOriginalde9d36b1eccca15eec00fdb693fa4d2d); ?>
<?php endif; ?>
<?php if (isset($component)) { $__componentOriginalcb8848b8ae159c08072bf1971fc3ca1f = $component; } ?>
<?php $component = App\View\Components\SettingCard::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('setting-card'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SettingCard::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php $__env->slot('buttons', null, []); ?>
<div class="row">
<div class="col-md-12 mb-3">
<?php if (isset($component)) { $__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f = $component; } ?>
<?php $component = App\View\Components\Forms\LinkPrimary::resolve(['link' => 'javascript:;','icon' => 'plus'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('forms.link-primary'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\LinkPrimary::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['class' => 'mr-3 float-left d-none actionBtn emergency-contacts-btn']); ?>
<?php echo app('translator')->get('app.create'); ?> <?php echo app('translator')->get('app.new'); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f)): ?>
<?php $component = $__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f; ?>
<?php unset($__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f); ?>
<?php endif; ?>
</div>
</div>
<?php $__env->endSlot(); ?>
<?php $__env->slot('header', null, []); ?>
<div class="s-b-n-header" id="tabs">
<nav class="tabs px-4 border-bottom-grey">
<div class="nav" id="nav-tab" role="tablist">
<a class="nav-item nav-link f-15 active profile"
href="<?php echo e(route('profile-settings.index')); ?>" role="tab" aria-controls="nav-profiles"
aria-selected="true"><?php echo app('translator')->get('app.profile'); ?>
</a>
<?php if(!in_array('client', user_roles())): ?>
<a class="nav-item nav-link f-15 emergency-contacts"
href="<?php echo e(route('profile-settings.index')); ?>?tab=emergency-contacts" role="tab"
aria-controls="nav-profile" aria-selected="true" ajax="false"><?php echo app('translator')->get('modules.emergencyContact.emergencyContact'); ?>
</a>
<?php endif; ?>
<?php if($viewClientDocumentPermission != 'none' || $viewDocumentPermission != 'none'): ?>
<a class="nav-item nav-link f-15 documents"
href="<?php echo e(route('profile-settings.index')); ?>?tab=documents" role="tab"
aria-controls="documents" aria-selected="true" ajax="false"><?php echo app('translator')->get('app.menu.documents'); ?>
</a>
<?php endif; ?>
</div>
</nav>
</div>
<?php $__env->endSlot(); ?>
<?php echo $__env->make($view, \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalcb8848b8ae159c08072bf1971fc3ca1f)): ?>
<?php $component = $__componentOriginalcb8848b8ae159c08072bf1971fc3ca1f; ?>
<?php unset($__componentOriginalcb8848b8ae159c08072bf1971fc3ca1f); ?>
<?php endif; ?>
</div>
<!-- SETTINGS END -->
<?php $__env->stopSection(); ?>
<?php $__env->startPush('scripts'); ?>
<script>
/* manage menu active class */
$('.nav-item').removeClass('active');
const activeTab = "<?php echo e($activeTab); ?>";
$('.' + activeTab).addClass('active');
showBtn(activeTab);
function showBtn(activeTab) {
$('.actionBtn').addClass('d-none');
$('.' + activeTab + '-btn').removeClass('d-none');
}
$("body").on("click", "#editSettings .nav a", function(event) {
event.preventDefault();
$('.nav-item').removeClass('active');
$(this).addClass('active');
const requestUrl = this.href;
$.easyAjax({
url: requestUrl,
blockUI: true,
container: "#nav-tabContent",
historyPush: true,
success: function(response) {
if (response.status == "success") {
showBtn(response.activeTab);
$('#nav-tabContent .flex-wrap').html(response.html);
init('#nav-tabContent');
}
}
});
});
// Add new emergency contact modal
$('body').on('click', '.emergency-contacts-btn', function() {
var url = "<?php echo e(route('emergency-contacts.create')); ?>";
$(MODAL_LG + ' ' + MODAL_HEADING).html('...');
$.ajaxModal(MODAL_LG, url);
});
// Edit emergency contact modal
$('body').on('click', '.edit-contact', function() {
var id = $(this).data('contact-id');
var url = "<?php echo e(route('emergency-contacts.edit', ':id')); ?>";
url = url.replace(':id', id);
$(MODAL_LG + ' ' + MODAL_HEADING).html('...');
$.ajaxModal(MODAL_LG, url);
});
// Show emergency contact modal
$('body').on('click', '.show-contact', function() {
var id = $(this).data('contact-id');
var url = "<?php echo e(route('emergency-contacts.show', ':id')); ?>";
url = url.replace(':id', id);
$(MODAL_LG + ' ' + MODAL_HEADING).html('...');
$.ajaxModal(MODAL_LG, url);
});
// Delete emergency contact
$('body').on('click', '.delete-table-row', function() {
var id = $(this).data('row-id');
Swal.fire({
title: "<?php echo app('translator')->get('messages.sweetAlertTitle'); ?>",
text: "<?php echo app('translator')->get('messages.recoverRecord'); ?>",
icon: 'warning',
showCancelButton: true,
focusConfirm: false,
confirmButtonText: "<?php echo app('translator')->get('messages.confirmDelete'); ?>",
cancelButtonText: "<?php echo app('translator')->get('app.cancel'); ?>",
customClass: {
confirmButton: 'btn btn-primary mr-3',
cancelButton: 'btn btn-secondary'
},
showClass: {
popup: 'swal2-noanimation',
backdrop: 'swal2-noanimation'
},
buttonsStyling: false
}).then((result) => {
if (result.isConfirmed) {
var url = "<?php echo e(route('emergency-contacts.destroy', ':id')); ?>";
url = url.replace(':id', id);
var token = "<?php echo e(csrf_token()); ?>";
$.easyAjax({
type: 'POST',
url: url,
blockUI: true,
data: {
'_token': token,
'_method': 'DELETE'
},
success: function(response) {
if (response.status == "success") {
$('.tableRow'+id).hide();
}
}
});
}
});
});
</script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/addictionfreeind/public_html/admin1/resources/views/profile-settings/index.blade.php ENDPATH**/ ?>