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

@lang('tr.Documents')
Permitted Extension: jpg,png,pdf - Max file size: 2 MB


@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,.pdf'>
@endforeach