@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Monthly Deduction Component
@csrf @method('post')

@if ($hrm_emp_monthly_deduct)
@php $count = 1; @endphp @foreach ($hrm_emp_monthly_deduct as $hrm_emp) @endforeach
Sl Employee Year Month Addition Component Amount Action
{{ $count++ }} {{ $hrm_emp->emp_name }} {{ $hrm_emp->year }} {{ $hrm_emp->month }} {{ $hrm_emp->add_comp_id }} {{ $hrm_emp->amnt }}
@endif
@push('select2') @endpush @endsection