@extends('layout.main') @section('content')

{{ __('Generate Payslip') }}

@csrf
Total Gaji Bersih :
Total Pembayaran BPJS Tenaga Kerja :
Total Pembayaran BPJS Kesehatan :
Total PPh :
Total Potongan BPJS Tenaga Kerja :
Total Potongan BPJS Kesehatan :

{{ __('Payment Info') }}

{{ trans('file.Name') }} {{ __('Payslip Type') }} {{ __('Basic Salary') }} {{ __('Tunjangan Jabatan') }} {{ __('Uang Kehadiran') }} {{ __('Net Salary') }} {{ trans('file.Status') }} {{ trans('file.action') }}
@endsection @push('css') @endpush @push('scripts') @endpush