@php use App\Models\Profile; $profile = Profile::first(); @endphp
Judul SOP: {{ $sop->judul }}
Nomor SOP: {{ $sop->nomor_sop }}
Status: {{ ucfirst($sop->status) }}
Tanggal Terbit: {{ $sop->tanggal_terbit }}
Tanggal Review: {{ $sop->tanggal_review ?? '-' }}
Penyusun: {{ $sop->user->name }}