@extends('layouts.master') @section('title',__('index.salary_increment')) @section('action',__('index.increment')) @section('button')
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.payroll.employeeSalary.common.breadcrumb')
{{ucfirst($employeeDetail?->name)}}: {{ __('index.salary_increment') }}
@csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@endsection @section('scripts') @include('admin.payroll.employeeSalary.common.scripts') @endsection