@extends('layouts.master') @section('title', 'Project Document') @section('content')

{{ trans('project_document.project_document_edit') }}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
{{trans('document_attribute.document_attributes') }}
{{ trans('document_attribute.no') }}
{{ trans('document_attribute.name') }}
{{ trans('document_attribute.value') }}
((key+1))
@endsection @section('script-footer') @endsection