@lang('app.runShiftRotation')
@lang('messages.selectRunRotation') @lang('modules.attendance.runRotation')
@if($rotations->isEmpty()) @else @foreach($rotations as $rotation) @endforeach @endif
@lang('app.rotationName') @lang('app.noOfEmp') @lang('app.replacePreAssignedShift') @lang('app.sendRotationNotification')
@lang('messages.noData')
{{ $rotation->rotation_name }} {{ $rotation->employees_count }} @if($rotation->override_shift == 'yes') @lang('Yes') @else @lang('No') @endif @if($rotation->send_mail == 'yes') @lang('Yes') @else @lang('No') @endif