%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/resources/views/leaves/ |
Upload File : |
<style>
.task_view{
border: 0px !important;
}
.action-hover:hover{
background-color: #ffffff !important;
}
</style>
<div class="modal-header">
<h5 class="modal-title">@lang('app.total') @lang('app.leave') ( {{$multipleLeaves[0]->user->name}} )</h5>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="col-lg-12 col-md-12 ntfcn-tab-content-left w-100 p-0">
@include('leaves.multiple-leave-table')
</div>
<div class="modal-footer">
@php
if($pendingCountLeave != count($multipleLeaves)){
$approveTitle = __('modules.leaves.approveRemaining');
$rejectTitle = __('modules.leaves.rejectRemaining');
}
else {
$approveTitle = __('modules.leaves.approveAll');
$rejectTitle = __('modules.leaves.rejectAll');
}
@endphp
@if ($pendingCountLeave > 0 && $approveRejectPermission == 'all')
<a class="btn btn-secondary rounded f-14 p-2 leave-action-approved" data-leave-id="{{ $multipleLeaves->first()->unique_id }}"
data-leave-action="approved" data-type="approveAll" class="mr-3" icon="check" href="javascript:;">
<i class="fa fa-check mr-2"></i>{{$approveTitle}}</a>
<a class="btn btn-secondary rounded f-14 p-2 leave-action-reject" data-leave-id="{{ $multipleLeaves->first()->unique_id }}"
data-leave-action="rejected" data-type="rejectAll" class="mr-3" icon="check" href="javascript:;">
<i class="fa fa-times mr-2"></i>{{$rejectTitle}}</a>
@endif
<x-forms.button-cancel data-dismiss="modal" class="border-0 mr-3">@lang('app.cancel')</x-forms.button-cancel>
</div>