@extends('layouts.master') @section('title',__('index.employee_salary')) @section('action',__('index.create_salary')) @section('button')
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.payroll.employeeSalary.common.breadcrumb')
{{ __('index.payroll_create') }}- {{ $employee->name }}
@csrf
{{ __('index.salary_component') }} {{ __('index.calculation_type') }} {{ __('index.weekly_amount') }} ({{ $currency }}) {{ __('index.monthly_amount') }} ({{ $currency }}) {{ __('index.annual_amount') }} ({{ $currency }})

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

{{ __('index.basic_salary') }}
{{ __('index.fixed_allowance') }} {{ __('index.fixed_allowance') }}
{{ __('index.total') }}

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

{{ __('index.total') }} {{ $currency }} {{ $currency }} {{ $currency }}
{{ __('index.net_total') }} {{ $currency }} {{ $currency }} {{ $currency }}
@endsection @section('scripts') @include('admin.payroll.employeeSalary.common.scripts') @endsection