@extends('layouts.app') @section('title', 'قائمة الإقامات') @push('styles') @endpush @section('content')
| # | الموظف | الجنسية | السمسار | المهنة | اسم المصنع | ملاحظات | تاريخ الانتهاء | تاريخ الإضافة | الإجراءات |
|---|---|---|---|---|---|---|---|---|---|
| {{ $iqamas->firstItem() + $index }} |
{{ mb_substr($iqama->name, 0, 1) }}
|
@if($iqama->nationality) {{ $iqama->nationality }} @else - @endif | {{ $iqama->sponsor ?? '-' }} | {{ $iqama->profession ?? '-' }} | {{ $iqama->factory_name ?? '-' }} | @if($iqama->notes) {{ Str::limit($iqama->notes, 30) }} @else - @endif | @if($iqama->expiry_year_hijri) {{ $iqama->formatted_hijri_date }} @else - @endif | {{ $iqama->created_at->format('Y-m-d') }} | |
لا توجد سجلاتلم يتم العثور على أي إقامات مطابقة للبحث @if(auth()->check() && auth()->user()->hasPermission(\App\Models\Permission::CREATE_IQAMAS)) إضافة إقامة جديدة @endif |
|||||||||