{{trans('leave/leave.employee')}} : | {{ (!is_null($leave->user_id)) ? ucwords($leave->user->name) : '-' }} |
{{trans('leave/leave.leave_type')}} : | {{ (!is_null($leave->leave_type_id)) ? ucwords($leave->leaveType->type_name) : '-' }} |
{{trans('leave/leave.leave_status')}} : | {{ (!is_null($leave->leave_status)) ? ucwords($leave->leave_status) : '-' }} |
{{trans('leave/leave.apply_date_time')}} : | {{ (!is_null($leave->created_at)) ? $leave->created_at : '-' }} |
{{trans('leave/leave.leave_duration')}} : | {{ (!is_null($leave->duration)) ? ucwords($leave->duration) : '-' }} |
{{trans('common/common.from_date')}}: | {{ (!is_null($leave->start_date)) ? $leave->start_date : '-' }} |
{{trans('common/common.to_date')}}: | {{ (!is_null($leave->end_date)) ? $leave->end_date : '-' }} |
{{trans('common/common.date')}}: | {{ (!is_null($leave->start_date)) ? $leave->start_date : '-' }} |
{{ucwords($leave->leave_status)}} {{trans('leave/leave.by')}}: | {{ ucwords($leave->action_by) }} |
{{ucwords($leave->leave_status)}} {{trans('leave/leave.date_time')}}: | {{ $leave->action_datetime }} |
{{trans('leave/leave.reason_for_absence')}}: | {{ (!is_null($leave->reason)) ? $leave->reason : '-' }} |