@extends('layouts.app') @section('title', $sop->judul) @section('content')
Nomor SOP: {{ $sop->nomor_sop }}
Status: {{ ucfirst($sop->status) }}
Tanggal Terbit: {{ $sop->tanggal_terbit }}
Tanggal Review: {{ $sop->tanggal_review ?? 'Belum ditentukan' }}
Dibuat oleh: {{ $sop->user->name }}
@if($sop->file_sop)File Lampiran: 📎 Unduh File
@endif{{ $sop->deskripsi }}