@extends('layouts.master')
@section('title','Employee Payroll Generate Increment')
@section('action','Payroll Create')
@section('button')
@endsection
@section('main-content')
@include('admin.section.flash_message')
@include('admin.payroll.employeeSalary.common.breadcrumb')
Payroll Create- {{ $employee->name }}
@endsection
@section('scripts')
@include('admin.payroll.employeeSalary.common.scripts')
@endsection