@php $editLeavePermission = user()->permission('edit_leave'); $deleteLeavePermission = user()->permission('delete_leave'); $approveRejectPermission = user()->permission('approve_or_reject_leaves'); @endphp
@lang('modules.leaves.applicantName')
@lang('app.duration')
@lang('modules.leaves.halfDay') @if (!is_null($leave->half_day_type)) {{ ($leave->half_day_type == 'first_half') ? __('modules.leaves.firstHalf') : __('modules.leaves.secondHalf') }} @endif
@lang('modules.leaves.approvedBy')
@lang('app.file')