@extends('layouts.masterHome2') @section('content')
User profile picture

{{$employee->name}}

{{$employee->job?$employee->job:'لا يوجد'}}

@if($employee->status == "active")

{{$employee->status ?$employee->status:'لا يوجد'}}

@else

{{$employee->status? $employee->status:'لا يوجد'}}

@endif
  • {{$employee->email ? $employee->email:'لا يوجد'}} : البريد الإلكترونى
  • {{$employee->mobile ? $employee->mobile :'لا يوجد'}} : رقم الهاتف
  • {{$employee->address ? $employee->address :'لا يوجد'}} : محل الإقامة / العنوان
  • {{$employee->gov ? $employee->gov :'لا يوجد'}} : المحافظة
  • {{$employee->identifier_card ? $employee->identifier_card :'لا يوجد'}} : الرقم القومي
User profile picture

بيانات الموظف

نوع الإقامة - للأجانب
{{$employee->stay_type ? $employee->stay_type :'لا يوجد'}}

فيش و تشبيه
{{$employee->feesh ? $employee->feesh :'لا يوجد'}}

الخدمة العسكرية
{{$employee->m_service ? $employee->m_service :'لا يوجد'}}

الحالة الإجتماعية
{{$employee->m_status ? $employee->m_status :'لا يوجد'}}

اللغة / اللغات
{{$employee->lang ? $employee->lang :'لا يوجد'}}

تاريخ التعيين من واقع العقد
{{$employee->hire_date?$employee->hire_date:'0000-00-00'}}

رقم العقد
{{$employee->contract_num ? $employee->contract_num:'لا يوجد'}}

نوع العقد
{{$employee->contract_type?$employee->contract_type:'لا يوجد'}}

القسم
{{$employee->department ? $employee->department :'لا يوجد'}}

المرتب الشهرى
{{$employee->salary ? $employee->salary :'لا يوجد'}}

عدد ساعات العمل اليومية
{{$employee->hour_of_day ? $employee->hour_of_day :'لا يوجد'}}

عدد أيام العمل الشهرية
{{$employee->day_of_month ? $employee->day_of_month:'لا يوجد'}}

على قوة فرع
{{$employee->branch_id ? $employee->branch_id :'لا يوجد'}}

التأمين الإجتماعى
{{$employee->sotial_security ? $employee->sotial_security :'لا يوجد'}}

تاريخ بدء التأمين
{{$employee->start_sotial_security_date ? $employee->start_sotial_security_date :'0000-00-00'}}

ملاحظات
{{$employee->notes ? $employee->notes :'لا يوجد'}}

المؤهلات العلمية
{{$employee->qualifications ? $employee->qualifications :'لا يوجد'}}

الخبرات السابقة
{{$employee->prev_experiance ? $employee->prev_experiance:'لا يوجد'}}

فحوصات و تحاليل الموظف

آخر فحص طبى
{{$analysis->last_medical_check ? $analysis->last_medical_check :'0000-00-00'}}

تاريخ الفحص الطبى القادم
{{$analysis->next_medical_check ? $analysis->next_medical_check :'0000-00-00'}}

آخر تحليل دم
{{$analysis->last_blod ? $analysis->last_blod:'0000-00-00'}}

تاريخ تحليل الدم القادم
{{$analysis->next_blod ? $analysis->next_blod : '0000-00-00'}}

أخر تحليل بول & براز
{{$analysis->last_bool ? $analysis->last_bool :'0000-00-00'}}

تاريخ تحليل البول و البراز القادم
{{$analysis->next_bool ? $analysis->next_bool : '0000-00-00'}}

أخر تحليل مخدرات
{{$analysis->last_drugs ? $analysis->last_drugs :'0000-00-00'}}

تاريخ تحليل المخدرات القادم
{{$analysis->next_drugs ? $analysis->next_drugs : '0000-00-00'}}

آخر أشعة صدر
{{$analysis->last_xray ? $analysis->last_xray:'0000-00-00'}}

تاريخ آشعة الصدر القادمة
{{$analysis->next_xray ?$analysis->next_xray:'0000-00-00'}}

ملاحظات
{{$analysis->notes ? $analysis->notes :'لا يوجد'}}

العهد التابعة للموظف

تيشيرت
{{$trust->tshirt ? $trust->tshirt : 0}}

جاكت
{{$trust->jacket ? $trust->jacket :0}}

حذاء سيفتى
{{$trust->safety ? $trust->safety :0}}

فيست
{{$trust->vest ? $trust->vest : 0}}

نظارة
{{$trust->glassess ? $trust->glassess : 0}}

كاب
{{$trust->cap ? $trust->cap :0}}

خوذة
{{$trust->helmet ? $trust->helmet : 0}}

ماسك
{{$trust->mask ? $trust->mask :0}}

حزام آمان
{{$trust->sefty_belt ? $trust->sefty_belt :0}}

حزام سيارة
{{$trust->car_belt ? $trust->car_belt:0}}

عدة مفاتيح ميكانيكية
{{$trust->mech_keys?$trust->mech_keys:0}}

تليفون محمول
{{$trust->mobile ? $trust->mobile :0}}

خط تليفون محمول
{{$trust->mobile_card?$trust->mobile_card:0}}

كمبيوتر لاب توب
{{$trust->lab ? $trust->lab : 0}}

كمبيوتر PC
{{$trust->pc ? $trust->pc :0}}

سوفت وير
{{$trust->software ? $trust->software :0}}

مفاتيح أبواب
{{$trust->door_keys ? $trust->door_keys :0}}

ملاحظة
{{$trust->notes}}

@endsection