@extends('layouts.app') @section('page-title', __('Edit Document Acknowledgement')) @section('page-heading', __('Edit Document Acknowledgement')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@csrf @method('PUT')
@if($document->original_file_name)

@lang('Current file'): {{ $document->original_file_name }}

@endif
@stop @section('scripts') @stop