{{ __('Periode Cutoff') }}

Tambah Periode Cutoff
@if (session('status')) @endif @if (session('error')) @endif
@if ($periode_cutoffs->isEmpty()) @endif @foreach ($periode_cutoffs as $periode_cutoff) @endforeach
Date Start Date End Status
Data tidak ditemukan
{{ $periode_cutoff->start_date->format('d M Y') }} {{ $periode_cutoff->end_date->format('d M Y') }} {{ $periode_cutoff->status }}
Edit
@csrf @method('DELETE')
Table Slip Gaji
{{ $periode_cutoffs->links() }}
@push('scripts') @endpush