@lang('app.manageEmployee')
×
@lang('app.employee') @lang('app.rotationName') @lang('app.action')
@forelse ($employees as $employee)
@foreach ($rotations as $key => $rotation)
id)> {{ $rotation->rotation_frequency != 'monthly' ? $rotation->rotation_name . ' [ ' . $rotation->rotation_frequency . ' ' . __('app.on') . ' ' . $rotation->schedule_on . ' ]' : $rotation->rotation_name . ' [ ' . $rotation->rotation_frequency . ' ' . __('app.onDate') . ' ' . $rotation->rotation_date .' ]' }}
@endforeach
@lang('app.remove')
@empty
@endforelse