@extends('admin.layouts.app') @section('title', get_setting('site_name').' | Staff Welfare Fund Accounts') @section('content')
| {{ __('Employee') }} | {{ __('Branch') }} | {{ __('Department') }} | {{ __('Enrolled') }} | {{ __('Emp %') }} | {{ __('Empr %') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|
|
{{ $staff->user?->name }}
{{ $staff->user?->id }}
|
{{ $staff->warehouse?->name }} | {{ $staff->department?->name }} | @if($isEnrolled) {{ __('Yes') }} @else {{ __('No') }} @endif | {{ $acc?->employee_rate ?? '-' }} | {{ $acc?->employer_rate ?? '-' }} | {{ $acc?->status ?? '-' }} | {{ __('Edit') }} {{ __('Statement') }} |
| {{ __('No records') }} | |||||||