@extends('Modules.Employee_Payroll.layouts.main') @section('main-content')
Pay Income
@if($errors->any())

{{$errors->first()}}

@endif

Empoyees Salaries

Employee Salary Present Absent Salary/Day Deduction Bonus Gross Salary
@endsection