@extends('layouts.app') @section('title', 'هياكل الرواتب') @section('content')
إدارة وتحديد نسب توزيع الرواتب والبدلات
{{ session('success') }}
{{ session('error') }}
| # | الاسم | الراتب الأساسي (%) | بدل السكن (%) | بدل المواصلات (%) | بدلات أخرى (%) | الافتراضي | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $structure->name }}
|
{{ $structure->basic_salary_percentage }}% | {{ $structure->housing_allowance_percentage }}% | {{ $structure->transportation_allowance_percentage }}% | {{ $structure->other_allowances_percentage }}% | @if($structure->is_default) نعم @else لا @endif | |
|
لا توجد هياكل رواتب حالياً ابدأ بإضافة هيكل جديد |
|||||||