@php $manageEmployeeShiftPermission = user()->permission('manage_employee_shifts'); @endphp @if ($manageEmployeeShiftPermission != 'all') @endif @if ($shiftRotation)
@lang('modules.attendance.assignedRotation') :

{{ $shiftRotation->rotation_frequency != 'monthly' ? $shiftRotation->rotation_name . ' [ ' . $shiftRotation->rotation_frequency . ' ' . __('app.at') . ' ' . \Carbon\Carbon::parse($shiftRotation->rotation_time)->format(company()->time_format) . ' ]' : $shiftRotation->rotation_name . ' [ ' . $shiftRotation->rotation_frequency . ' ' . __('app.onDate') . ' ' . $shiftRotation->rotation_date . ' ]' }}

@endif