@extends('layouts.app') @section('title', 'Edit Pedoman') @section('page-title', 'Edit Pedoman & SOP') @section('content')
@csrf @method('PUT')
@if($pedoman->file_path)
File saat ini: {{ basename($pedoman->file_path) }}
@endif
Batal
@endsection