@extends('layouts.app') @section('content')

Employee Allowances

Setup opening balance for the acounts once you are migrating from another accounting application.

SETUP ALLOWANCES

What allowance types your employees are eligible for?

Changes will be reflected across all linked Salesoft ERP applications.

Allowance Type
Description
@foreach($allowance_list as $key=>$allowance_data)
@endforeach

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.employee-allowance') @stop