{{ __('form.Fee-Employee') }}

{{-- --}}
@foreach ($data as $employeefee) @endforeach
# {{ __('table.Code') }} {{ __('table.Employee-Name') }} {{ __('table.Date') }} {{ __('table.Fee-Retail') }} {{ __('table.Fee-Corporate') }} Status {{ __('table.Action') }}
{{ $loop->iteration }}

{{ $employeefee->code }}

{{ $employeefee->effective_date }} {{ $employeefee->retail }} {{ $employeefee->corporate }} @if ($employeefee->status === 'P') @else {{__('form.No-Action')}} @endif