| # | {{ __('table.Code') }} | {{ __('table.Employee-Name') }} | {{ __('table.Title') }} | {{ __('table.Date') }} | Status | {{ __('table.Action') }} |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $spj->code }} | {{ $spj->title }} | {{ $spj->date }} | @if ($spj->status === 'approved') Approved @elseif ($spj->status === 'pending') Pending @elseif ($spj->status === 'rejected') Rejected @endif |
@if ($spj->status === 'pending')
@can('update', App\Models\Spj::class)
|
Tidak ada data SPJ