@extends('layouts.app') @section('title', 'ورديات العمل - '.config('app.name')) @section('breadcrumb') الرئيسية › الموارد البشرية › ورديات العمل @endsection @section('content')
قوالب أوقات الدوام — البداية، النهاية، ودقائق السماح للحضور والانصراف.
| الرمز |
الاسم |
البداية |
النهاية |
السماح (د) |
الموظفون |
الحالة |
إجراءات |
|---|---|---|---|---|---|---|---|
| {{ $shift->code }} | {{ $shift->name_ar }} | {{ optional($shift->start_time)->format('H:i') ?? '—' }} | {{ optional($shift->end_time)->format('H:i') ?? '—' }} | {{ (int) ($shift->grace_minutes ?? 0) }} | {{ $shift->employees_count ?? 0 }} | @if($shift->is_active) نشط @else غير نشط @endif @if($shift->is_night) ليلية @endif |
@php $menuId = 'hr-shift-'.$shift->id; @endphp
|
| لا توجد ورديات. أضف وردية | |||||||