{{ __('SPJ') }}

@can('create_spj', App\Models\Spj::class) @endcan
{{-- ===================== MOBILE SEARCH & FILTER ===================== --}}
{{-- Search input --}}
{{-- Filter date --}}
{{-- Status filter buttons --}}
{{-- Per page select --}}
{{-- Result count --}}
{{-- ===================== DESKTOP TABLE ===================== --}} {{-- ===================== MOBILE CARD LIST ===================== --}}
@forelse ($spjs as $spj) @php $foto = $spj->employee->foto ?? 'https://api.dicebear.com/9.x/initials/svg?seed=' . urlencode($spj->employee->fullname ?? 'User'); @endphp
{{-- Header --}}
{{-- Detail info --}}
Judul : {{ \Illuminate\Support\Str::limit($spj->title, 30) }} Tanggal : {{ $spj->date }} Status : @if ($spj->status === 'approved') Approved @elseif ($spj->status === 'pending') Pending @elseif ($spj->status === 'rejected') Rejected @endif
@empty

Tidak ada data SPJ

@endforelse {{-- Pagination controls --}}