@extends('layout.main') @section('content') {{ __('Generate Payslip') }} @csrf {{ __('All Companies') }} @foreach ($companies as $company) {{ $company->company_name }} @endforeach {{ csrf_field() }} {{ __('All Departments') }} {{ __('DOWNLOAD EXCEL') }} {{ trans('file.Search') }} {{ __('BULK PAYMENT') }} Total Pembayaran BPJS Tenaga Kerja : Total Pembayaran BPJS Kesehatan : Total Potongan BPJS Tenaga Kerja : Total Potongan BPJS Kesehatan : {{ __('Payment Info') }} {{ trans('file.Name') }} Salary {{ __('BPJS Kesehatan') }} Company {{ __('BPJS Kesehatan') }} Employee {{ __('BPJS Kesehatan') }} Tanggungan {{ __('BPJS Kesehatan') }} Total @endsection @push('css') @endpush @push('scripts') @endpush