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