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

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

{{csrf_field()}}
@error('branch_id') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror
@error('user_id') {{ $message }} @enderror
@error('date') {{ $message }} @enderror

{{trans_choice('payroll::general.allowance',2)}}

{{trans_choice('payroll::general.allowance',1)}} {{trans_choice('payroll::general.amount',1)}} {{trans_choice('payroll::general.type',1)}} {{trans_choice('payroll::general.amount',1)}}
{{trans_choice('payroll::general.total',1)}} @{{ total_allowances }}

{{trans_choice('payroll::general.deduction',2)}}

{{trans_choice('payroll::general.deduction',1)}} {{trans_choice('payroll::general.amount',1)}} {{trans_choice('payroll::general.type',1)}} {{trans_choice('payroll::general.amount',1)}}
{{trans_choice('payroll::general.total',1)}} @{{ total_deductions }}

{{trans_choice('payroll::general.gross',1)}} {{trans_choice('payroll::general.amount',1)}} : @{{ gross_amount }}

@endsection @section('scripts') @endsection