@extends('layouts.app') @section('title', 'Salary Components') @section('breadcrumbs')
@endsection @section('content')Global salary structure templates for all companies
No earning components
Create your first earning component to get started.
| Name | Code | Calculation | Part of Gross | Taxable | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $comp->name }} | {{ $comp->code }} | {{ ucfirst($comp->calculation_type) }} @if($comp->calculation_type === 'percentage') of {{ $comp->percentage_of }} @endif | {!! $comp->is_part_of_gross ? 'Yes' : 'No' !!} | {!! $comp->is_taxable ? 'Yes' : 'No' !!} | {{ $comp->is_active ? 'Active' : 'Inactive' }} |
No deduction components
Create your first deduction component.