@if($study->clinical_history != null)
@endif
@if($study->audio != null)
@else
@if(Auth::user()->isMedic())
@endif
@endif
@if($study->billing != null)
@endif
@if($study->report != null && $study->report_title != null)
@endif
@if($study->complement != null)
@if ($study->complement->complement_answer == null)
@else
@endif
@endif
@if($study->critical != null)
@endif
@if($study->telemedicine != null)
@endif
@can('Excluir exame')
@if($study->reports->count() > 0)
@else
@endif
@endcan
@if($study->attachments->count() > 0)
{{$study->attachments->count()}}
@else
@endif
@if ($study->unidade->integration_url)
@endif