@extends('layouts.app') @section('titlepage', 'Tarif Progresif PPh 21') @section('content') @section('navigasi')
Tarif Progresif PPh 21
Tarif Pajak Pasal 17 ayat (1) huruf a UU PPh (UU HPP)
@endsection {{-- Navigasi Sub-menu --}}
{{-- Info Alert --}}
Info: Tarif ini digunakan untuk perhitungan PPh 21 di bulan Desember atau perhitungan tahunan.
{{-- Card Utama --}}
Lapisan Penghasilan Kena Pajak (PKP)
@foreach($rates as $index => $r) @endforeach
# PKP Dari (Rp) PKP Sampai (Rp) Tarif (%) Aksi
{{ $index + 1 }} Rp {{ number_format($r->pkp_dari, 0, ',', '.') }} @if($r->pkp_sampai) Rp {{ number_format($r->pkp_sampai, 0, ',', '.') }} @else Tak Terbatas @endif {{ number_format($r->tarif_persen, 0) }}%
{{-- Modal Edit --}} @endsection @push('myscript') @endpush