@extends('dashboard.layouts.index') @section('page_title') @lang('global.payroll') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang("global.payrollinformation")

@component('dashboard.components.edit_text2' , [ "name" => "amount", "type" => "text", "title" => __("global.amount"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "note", "type" => "text", "title" => __("global.note"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "ipan", "type" => "text", "title" => __("global.ipan"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "socialsecurity", "type" => "text", "title" => __("global.socialsecurity"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "tax", "type" => "text", "title" => __("global.tax"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "other_allowances", "type" => "text", "title" => __("global.othersuits"), ]) @endcomponent
@stop