@extends('layouts.app') @section('title', 'ورديات العمل - '.config('app.name')) @section('breadcrumb') الرئيسية الموارد البشرية ورديات العمل @endsection @section('content')

ورديات العمل

قوالب أوقات الدوام — البداية، النهاية، ودقائق السماح للحضور والانصراف.

وردية جديدة
@if($filterStatus !== 'active') @endif
@foreach(['active' => 'نشط', 'inactive' => 'غير نشط', 'all' => 'الكل'] as $key => $label) {{ $label }} @endforeach
@forelse($shifts as $shift) @empty @endforelse
الرمز الاسم البداية النهاية السماح (د) الموظفون الحالة إجراءات
{{ $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 عرض تعديل
@csrf @method('DELETE') حذف
لا توجد ورديات. أضف وردية
@if($shifts->hasPages())
{{ $shifts->links() }}
@endif
@endsection