@if(Auth::user()->hasRole('Admin|Doctor|Case Manager'))
{{ $row->patient_admission_id }}
@else
{{ $row->patient_admission_id }}
@endif