You're going to submit your doctoral application proposal to -
@if(isset($user->university->country))
{{--
{{ strtoupper(mb_substr($user->first_name, 0, 1) . mb_substr($user->last_name, 0, 1)) }}
--}}
@endif
{{ $user->first_name }} {{ $user->last_name }}
{{ $user->designation }}
@if($user->others_department)
{{ $user->others_department }}
@else
{{ cn($user,'department_name.name','')}}
@endif
.
@if($user->university_name)
{{ $user->university_name }}
@else
{{ cn($user,'university.name','')}}
@endif