@extends('layouts.master') @section('content')
{{ $title }}
@if ($errors->any())
@endif
{{ $title }}
@csrf @method('POST')
@error('cont_type_id')
{{ $message }}
@enderror
@error('cont_group_id')
{{ $message }}
@enderror
@error('code')
{{ $message }}
@enderror
@error('short_description')
{{ $message }}
@enderror
@error('long_description')
{{ $message }}
@enderror
@error('employer_maximum_ceiling')
{{ $message }}
@enderror
@error('figure_input')
{{ $message }}
@enderror
INSTRUCTIONS
  • Fields marked with * are required.
  • Enter the Type of the Contribution. This refers to the category or type of the contribution, such as "Pension", "Healthcare", etc.
  • Enter the Group of the Contribution. Grouping contributions helps organize them for easier management and reporting. Examples of groups include "Statutory", "Other", etc.
  • Enter the Code of the Contribution. This is a unique identifier for the contribution, often used for internal tracking and referencing.
  • Enter the General Ledger Code of the Contribution. This code corresponds to the general ledger account associated with the contribution for accounting purposes.
  • Enter the Name of the Contribution. Provide a descriptive name for the contribution to easily identify it.
  • Enter the Description of the Contribution. Optionally, provide additional details or information about the contribution.
  • Enter the Employer Maximum Ceiling Amount of the Contribution. The employer maximum ceiling is the maximum contribution amount that the employer can contribute. Use "0" to indicate no maximum has been set.
  • Choose the Method of Calculation of the Contribution. Specify how the contribution amount is calculated, such as fixed amount, percentage of salary, etc.
  • Enter the Value of the Contribution. Input the actual amount or percentage value of the contribution.
  • Choose the Status of the Contribution. Indicate whether the contribution is active, inactive, pending, etc.
  • Click the Submit button to add the Contribution. Save your changes after entering all necessary information.
  • Click the Close button to remove all data and return to the previous screen. Use this option if you want to discard any changes made.
@endsection @section('scripts') @endsection