@extends('layouts.master') @section('title', 'Provident Fund') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title') : {{ $users->user_firstname }} {{ $users->user_lastname }}

Provident Fund : Register Member
Registration Date : {{ $users->created_at }}
Member No. : {{ $users->user_staff_id }}

Contribution Rate

3%

Member Contribution Rate

2%

SIIT Contribution Rate


Contribution Amount

View Details
Change Contribution Amount
Form to modify your contribution amount and details

@if (!empty($changeFilecontribution->changecontributionamountfile_file)) Download @else @endif
Beneficiary

View Details
Change Beneficiary
Form to update your beneficiary information

@if (!empty($changeFilebeneficiary->changebeneficiaryfile_file)) Download @else @endif
@include('layouts.footer') @endsection