@extends('layouts.app') @section('titlepage', 'Tabel TER PPh 21') @section('content') @section('navigasi')
Tabel TER PPh 21
Tarif Efektif Rata-rata (TER) sesuai PP No. 58 Tahun 2023
@endsection {{-- Navigasi Sub-menu --}}
{{-- Info Alert --}}
Info: Kategori TER ditentukan oleh status PTKP karyawan (A, B, atau C).
{{-- Card Utama --}}
@php $categories = ['A' => $terA, 'B' => $terB, 'C' => $terC]; @endphp @foreach($categories as $cat => $data)
@foreach($data as $index => $r) @endforeach
# Dari (Rp) Sampai (Rp) Tarif (%) Aksi
{{ $index + 1 }} Rp {{ number_format($r->penghasilan_dari, 0, ',', '.') }} @if($r->penghasilan_sampai) Rp {{ number_format($r->penghasilan_sampai, 0, ',', '.') }} @else Tak Terbatas @endif {{ number_format($r->tarif_persen, 2) }}%
@endforeach
{{-- Modal Edit --}} @endsection @push('myscript') @endpush