@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('payroll::general.template',1) }} @endsection @section('content')

{{ trans_choice('core::general.edit',1) }} {{ trans_choice('payroll::general.template',1) }}

{{csrf_field()}}
@error('name') {{ $message }} @enderror
@error('work_duration') {{ $message }} @enderror
@error('duration_unit') {{ $message }} @enderror
@error('amount_per_duration') {{ $message }} @enderror
@error('payroll_items') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section('scripts') @endsection