@extends('dashboard.layouts.index') @section('page_title') @lang('global.history_salaries') @stop @section('breadcrumb') @stop @section('content')
id)}}"novalidate method="POST"> @csrf

@lang("global.history_salaries")

{{-- @dd($model2->employee->name) --}}
@component('dashboard.components.edit_text2' , [ "name" => "method", "type" => "text", "title" => __("global.method"), "class"=>'disable-links', "value"=>$model->method ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "amount", "type" => "number", "title" => __("global.amount"), "value"=>$model->amount ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "note_plus", "type" => "text", "title" => __("global.note"), "value"=>$model->note_plus ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "ipan", "type" => "text", "title" => __("global.ipan"), "value"=>$model->ipan ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "socialsecurity", "type" => "text", "title" => __("global.socialsecurity"), "value"=>$model->socialsecurity ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "tax", "type" => "text", "title" => __("global.tax"), "value"=>$model->tax ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "other_allowances", "type" => "text", "title" => __("global.othersuits"), "value"=>$model->other_allowances ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "discount", "type" => "text", "title" => __("global.discount"), "value"=>$model->discount ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "reward", "type" => "text", "title" => __("global.reward"), "value"=>$model->reward ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "available_salary", "type" => "text", "title" => __("global.available_salary"), "value"=>$model->available_salary ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "loan_amount_emplyee", "type" => "text", "title" => __("global.loan_amount"), "value"=>$model->loan_amount_emplyee ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "loan_monthly_deducationn", "type" => "text", "title" => __("global.loan_monthly_deducationn"), "value"=>$model->loan_monthly_deducationn ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "late_employee_salary", "type" => "text", "title" => __("global.late_employee_salary"), "value"=>$model->late_employee_salary ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "total_over_time", "type" => "text", "title" => __("global.overtime"), "value"=>$model->total_over_time ]) @endcomponent
@stop