@extends('layouts.app')
@section('titlepage', 'Slip Gaji')
@section('content')
@section('navigasi')
Slip Gaji
@endsection
| Kode |
Bulan |
Tahun |
Status |
# |
@foreach ($slipgaji as $d)
| {{ $d->kode_slip_gaji }} |
{{ getNamabulan($d->bulan) }} |
{{ $d->tahun }} |
@if ($d->status == 0)
Pending
@else
Published
@endif
|
@can('slipgaji.edit')
@endcan
@can('slipgaji.delete')
@endcan
|
@endforeach
{{--
{{ $badstok->links() }}
--}}
@endsection
@push('myscript')
@endpush