@extends('layouts.app') @section('title', 'Detail Pedoman & SOP') @section('page-title', 'Detail Pedoman & SOP') @section('content') @php($hasFile = (bool) $pedoman->file_path)
{{ $pedoman->judul }}
Kategori{{ $pedoman->kategori }}
Tahun{{ $pedoman->tahun ?? '-' }}
File @if($hasFile) Preview Download File @else Tidak ada file @endif
Kembali
@endsection