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

All Employees Net Salary


@if(Session::has('success')) @endif
@php $couter = 1; @endphp @foreach($HrmEmployees as $employee) @endforeach
# Name Designation Earning Deduction Basic Salary Net Salary Action
{{$couter++}} {{$employee->name}} {{$employee->companyDetail->designation}} {{$employee->companyDetail->monthly_salary}}