@extends('layouts.app') @section('titlepage', 'Slip Gaji') @section('content') @section('navigasi')
| KODE | BULAN | TAHUN | STATUS | # |
|---|---|---|---|---|
| {{ $d->kode_slip_gaji }} | {{ getNamabulan($d->bulan) }} | {{ $d->tahun }} | @if ($d->status == 0) Pending @else Published @endif | |
| Data tidak ditemukan. | ||||
| KODE | TGL SLIP | DARI | SAMPAI | KARYAWAN | STATUS | # |
|---|---|---|---|---|---|---|
| {{ $d->kode_slip_gaji_harian }} | {{ $d->tanggal_slip ? date('d/m/Y', strtotime($d->tanggal_slip)) : '-' }} | {{ date('d/m/Y', strtotime($d->dari)) }} | {{ date('d/m/Y', strtotime($d->sampai)) }} | {{ $d->detail_count }} orang | @if ($d->status == 0) Pending @else Published @endif | |
| Data tidak ditemukan. | ||||||