@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('SWF Accounts')) @section('content') @include('employee.fund.partials.emp_fund_styles', ['wrap' => 'adm-fund'])
{{ __('Manage employee staff welfare fund enrollment and contribution rates.') }}
| {{ __('Employee') }} | {{ __('Branch') }} | {{ __('Department') }} | {{ __('Enrolled') }} | {{ __('Emp %') }} | {{ __('Empr %') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|
| @include('admin.fund.partials.staff_cell', [ 'name' => $staff->user?->name, 'code' => $staff->user?->id, 'sepLabel' => $sepLabel, 'sepKind' => $sepKind, ]) | {{ $staff->warehouse?->name ?? '—' }} | {{ $staff->department?->name ?? '—' }} | {{ $isEnrolled ? __('Yes') : __('No') }} | {{ $acc?->employee_rate ?? '—' }} | {{ $acc?->employer_rate ?? '—' }} | @include('admin.fund.partials.fund_status_badge', ['status' => $acc?->status ?? '—']) | |
| {{ ($hasFilters ?? false) ? __('No accounts match your filters.') : __('No employee accounts found.') }} | |||||||