@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) }}

{{csrf_field()}}
@error('name') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@error('amount_type') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section('scripts') @endsection