@extends('simaju.layouts.main') @section('title', 'Edit Dokumen Guru') @section('page-title', 'Edit Dokumen Guru') @section('page-subtitle', 'Update informasi dokumen') @section('content')
@csrf @method('PUT')

Kosongkan jika tidak ingin mengganti file. Max: 10MB

{{ $dokumenGuru->file_icon }}

{{ $dokumenGuru->file_name }}

{{ $dokumenGuru->file_size_formatted }}

Batal
@endsection