@if(!empty($irbRequest->request_number))
IRB CODE

{{$irbRequest->request_number}}

Approved on {{$irbRequest->approved_at}} by {{$irbRequest->approvedBy()}}

@endif
@lang('tr.IRB Request Information')
@if($irbRequest->proposal_file_v2_id > 0) @endif
@lang('tr.Title') {{ $irbRequest->title }}
@lang('tr.Author') {{ $irbRequest->requestedBy() }} ({{$irbRequest->type?\App\IrbRequest::typeslabels()[$irbRequest->type]:''}})
@lang('tr.Description') {{ $irbRequest->description }}
@lang('tr.Type') {{$irbRequest->type?\App\IrbRequest::typeslabels()[$irbRequest->type]:''}}
@lang('tr.Proposal') @if($irbRequest->attachment_id > 0) {{$irbRequest->attachment->name()}} @endif
@lang('tr.Proposal V2') {{$irbRequest->proposalV2->name()}}
@lang('tr.Consent') @if($irbRequest->consent_id > 0) {{$irbRequest->consent->name()}} @endif
@lang('tr.Status') {{ \App\IrbRequest::irbsStatus()[$irbRequest->status] }} @if(($irbRequest->status == \App\IrbRequest::REVISED || $irbRequest->status == \App\IrbRequest::ACCEPTED) && !empty($irbRequest->comment)) , {{$irbRequest->comment}} @endif
@lang('tr.Review')
@if($irbRequest->reviewer_file_id > 0) @endif @if($irbRequest->reviewer_file_v2_id > 0) @endif
@lang('tr.Reviewer File') @if($irbRequest->reviewer_file_id > 0) {{$irbRequest->reviewerFile->name()}}     @endif
@lang('tr.Reviewer File V2') @if($irbRequest->reviewer_file_v2_id > 0) {{$irbRequest->reviewerFileV2->name()}}     @endif