@extends('layouts.master') @section('title',__('index.employee_salary')) @section('action',__('index.edit_salary')) @section('button')
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.payroll.employeeSalary.common.breadcrumb')

{{ __('index.payroll_edit') }}- {{ $employee->name }}

@csrf @method('PUT')
{{ __('index.salary_component') }} {{ __('index.calculation_type') }} {{ __('index.monthly_amount') }} ({{ $currency }}) {{ __('index.annual_amount') }} ({{ $currency }})

{{ __('index.earnings') }}

{{ __('index.basic_salary') }}
{{ __('index.fixed_allowance') }} {{ __('index.fixed_allowance') }}
Total {{ $currency }} {{ $currency }}

{{ __('index.deductions') }}

Total {{ $currency }} {{ $currency }}
Net Total {{ $currency }} {{ $currency }}
@endsection @section('scripts') @include('admin.payroll.employeeSalary.common.scripts') @endsection