@extends('layouts.app') @section('title', 'العمالة المنزلية') @push('styles') @endpush @section('content')
| # | اسم العامل | الكفيل | السمسار | رقم الإقامة | تاريخ الانتهاء | ملاحظات | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $workers->firstItem() + $index }} | {{ $worker->name }} | {{ $worker->employer_name ?? '-' }} | {{ $worker->sponsor ?? '-' }} | {{ $worker->iqama_number }} | {{ $worker->formatted_hijri_date }} | {{ \Str::limit($worker->notes, 30) ?? '-' }} | @if(auth()->check() && auth()->user()->hasPermission(\App\Models\Permission::EDIT_IQAMAS)) @endif @if(auth()->check() && auth()->user()->hasPermission(\App\Models\Permission::DELETE_IQAMAS)) @endif |
|
لا يوجد عمال |
|||||||