@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('payroll::general.item',1) }} @endsection @section('content') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('payroll::general.item',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('payroll::general.item',2) }} {{ trans_choice('core::general.edit',1) }} {{ trans_choice('payroll::general.item',1) }} {{csrf_field()}} {{trans_choice('core::general.name',1)}} @error('name') {{ $message }} @enderror {{trans_choice('payroll::general.type',1)}} {{trans_choice('payroll::general.allowance',1)}} {{trans_choice('payroll::general.deduction',1)}} @error('type') {{ $message }} @enderror {{trans_choice('payroll::general.amount',1)}} {{trans_choice('payroll::general.type',1)}} {{trans_choice('payroll::general.fixed',1)}} {{trans_choice('payroll::general.percentage',1)}} @error('amount_type') {{ $message }} @enderror {{trans_choice('payroll::general.amount',1)}} @error('amount') {{ $message }} @enderror {{trans_choice('core::general.description',1)}} @error('description') {{ $message }} @enderror @endsection @section('scripts') @endsection