@extends('adminlte::page') @section('title', __('Edit Document')) @section('content_top_nav_right') @endsection @section('content_header') @stop @section('plugins.Flag', true) @section('plugins.Croppie', true) @section('plugins.Select2', true) @section('plugins.Pace', true) @section('plugins.Toastr', true) @section('plugins.Sweetalert2', true) @section('plugins.IconPicker', true) @section('plugins.ColorPicker', true) @section('plugins.ShowHidePassword', true) @section('content')
@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror

Kosongkan jika dokumen atau berkas PPID

@error('category_id')
{{ $message }}
@enderror
@error('file_type')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
{!! $document->file_path ? '' . __('Document Saat ini ') . ' ' . __('lihat') . '' : 'belum ada file' !!} @error('file_path')
{{ $message }}
@enderror
@error('is_public')
{{ $message }}
@enderror
@include('admin.settings._link-modal') @stop @push('css') @include('admin.document._style') @endpush @push('js') @include('layouts.partials._notification') @include('layouts.partials._switch_lang') @include('admin.document._script') @endpush @section('footer') @include('layouts.partials._footer') @stop