@extends('layouts.app') @section("title", "Documents - Edit document") @section('pageTitle', 'Edit document') @section('head') @endsection @section('content')
Documents
$document->id]) }}" method="post" accept-charset="utf-8" enctype="multipart/form-data"> @method("patch") @csrf
arch_id) }}" class="form-control" placeholder="Archive ID" required>
name) }}" class="form-control" placeholder="Name" required>
@foreach($files as $file) @endforeach
ID Size Name Created at Location Actions
{{ $file->id }} {{ $file->getSize($file->location) }} MB {{ $file->name }} {{ date('d.m.Y - H:i', strtotime($file->created_at)) }} id) }}" class="text-secondary" title="Edit">
@endsection @section('script') @endsection