@extends('layouts.app') @section('title', 'تفاصيل العامل') @push('styles') @endpush @section('content')
@if(auth()->check() && auth()->user()->hasPermission(\App\Models\Permission::EDIT_IQAMAS)) تعديل @endif العودة
{{ mb_substr($companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->name, 0, 1) }}
{{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->name }}
{{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->iqama_number }}
@if($companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->nationality) {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->nationality }} @endif @if($companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->profession) {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->profession }} @endif @if($companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->expiry_year_hijri) {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->formatted_hijri_date }} @endif
اسم الشركة / المنشأة
{{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->company_name }}
البيانات الأساسية
الاسم {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->name }}
رقم الإقامة {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->iqama_number }}
الجنسية {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->nationality ?? '-' }}
معلومات العمل
السمسار {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->sponsor ?? '-' }}
المهنة {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->profession ?? '-' }}
رقم السجل {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->registry_number ?? '-' }}
تاريخ الانتهاء {{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->formatted_hijri_date }}
@if($companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->notes)
ملاحظات

{{ $companyWorkerThreeMonthsThreeMonthsThreeMonthsThreeMonths->notes }}

@endif
سجل النشاطات
@forelse($activities as $activity)
@switch($activity->action) @case('create') @break @case('update') @break @case('delete') @break @default @endswitch
{{ $activity->description }}
{{ $activity->created_at->diffForHumans() }} @if($activity->user) - {{ $activity->user->name }} @endif
@empty

لا توجد نشاطات

@endforelse
@endsection