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