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

{{$errors->first()}}

@endif

Empoyees Salaries

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