@extends('layouts.app') @section('title') All Employees @stop @section('css') @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Set Salary


@if (Session::has('success')) @endif

{{ $HrmEmployees->name }}


Employee ID Designation Salary
{{ $HrmEmployees->company_detail ? $HrmEmployees->company_detail->employee_code : '' }} {{ $HrmEmployees->company_detail ? $HrmEmployees->company_detail->designation->name : '' }} {{ number_format($HrmEmployees->company_detail ? $HrmEmployees->company_detail->monthly_salary : '', 2) }}



Allowances


@foreach ($HrmEmployeesallownces as $HrmEmployeesallownce) @endforeach
Title Amount Action
{{ $HrmEmployeesallownce->allownace_title }} {{ number_format($HrmEmployeesallownce->allownace_amount, 2) }}    

Deduction


@foreach ($HrmEmployeesdeductions as $HrmEmployeesdeduction) @endforeach
Title Amount Action
{{ $HrmEmployeesdeduction->deduction_title }} {{ number_format($HrmEmployeesdeduction->deduction_amount, 2) }}    



{{-- for Allowance --}} {{-- edit earning --}} {{-- edit deduction --}} {{-- Saturation Deduction --}} @stop @section('js') @stop {{-- for salary --}}