@extends('layouts.master') @section('title','Employee Payroll Generate Increment') @section('action','Payroll Edit') @section('button')
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.payroll.employeeSalary.common.breadcrumb')

Payroll Create- {{ $employee->name }}

@csrf @method('PUT')
Salary Component Calculation Type Monthly Amount Annual Amount

Earnings

Basic Salary
Fixed Allowance Fixed Allowance
Total

Deductions

Total
Net Total
@endsection @section('scripts') @include('admin.payroll.employeeSalary.common.scripts') @endsection