@if(!isset($archive)) @php($archive = null) @endif @if(!isset($showTitle)) @php($showTitle = true) @endif @if($showTitle)

@lang('tr.Documents')


@endif @foreach($fileTypes as $contentType=>$fileInfo) @if($archive) @php($file = $archive->findChildByContentType($contentType)) @else @php($file = null) @endif
@if($file) @endif
required)?"required":""}} {{($file)?"disabled":""}} accept='.jpg,.png,.gif,.pdf'>
@endforeach