|
@@ -9,19 +9,25 @@
|
|
@if(cn($std_proposal,'teacher_details.university',''))
|
|
@if(cn($std_proposal,'teacher_details.university',''))
|
|
<img class="img-responsive listFlag" style="border-radius: 20px; padding: 0px;height: 37px;width: 37px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($std_proposal,'teacher_details.university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
|
|
<img class="img-responsive listFlag" style="border-radius: 20px; padding: 0px;height: 37px;width: 37px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($std_proposal,'teacher_details.university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
- <span style="margin: 0px;">{{cn($std_proposal,'teacher_details.first_name','')}} {{cn($std_proposal,'teacher_details.last_name','')}}</span>
|
|
|
|
|
|
+ <div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 47px; width: 70px; margin-top: 9px !important;">
|
|
|
|
+ <p style="color:white; font-weight:600 !important; letter-spacing: 2px; text-align: center; margin-top: -8px; font-size: 17px;">DD</p>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
|
|
|
|
+ <span style="margin: 0px;">{{cn($std_proposal,'teacher_details.first_name','')}} {{cn($std_proposal,'teacher_details.last_name','')}}</span></br>
|
|
|
|
+ <span class="text-muted" style="font-weight: 500;">{{cn($std_proposal,'teacher_details.designation','')}}</span></br>
|
|
|
|
+ @if(isset($std_proposal->teacher_details->department_name))
|
|
|
|
+ <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.department_name.name','')}}</span>
|
|
|
|
+ @else
|
|
|
|
+ <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.others_department','')}}</span>
|
|
|
|
+ @endif
|
|
|
|
+ <span> . </span>
|
|
|
|
+ <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.university.name','')}} </span>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</br>
|
|
</br>
|
|
|
|
|
|
- <span class="text-muted" style="font-weight: 500;">{{cn($std_proposal,'teacher_details.designation','')}}</span></br>
|
|
|
|
- @if(isset($std_proposal->teacher_details->department_name))
|
|
|
|
- <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.department_name.name','')}}</span>
|
|
|
|
- @else
|
|
|
|
- <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.others_department','')}}</span>
|
|
|
|
- @endif
|
|
|
|
- <span> . </span>
|
|
|
|
- <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.university.name','')}} </span>
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|