Salary Entries
Employee | Salary Date | Days | Wage | Advance | Loan Deduction | Conveyance | OT Hours | Total Salary |
---|---|---|---|---|---|---|---|---|
{{ $emp->name }} | -- | -- | -- | -- | -- | -- | -- | -- |
No records found. |
@extends('layouts.master') @section('titel', 'Salary Slips | ') @section('content') @include('partials.header') @include('partials.sidebar')
Employee | Salary Date | Days | Wage | Advance | Loan Deduction | Conveyance | OT Hours | Total Salary |
---|---|---|---|---|---|---|---|---|
{{ $emp->name }} | -- | -- | -- | -- | -- | -- | -- | -- |
No records found. |