|
@@ -5,26 +5,27 @@
|
|
|
<div class="col-md-12">
|
|
|
<div class="row">
|
|
|
<div class="col-md-10">
|
|
|
- <div style="display:flex;">
|
|
|
- @if($teacher->university)
|
|
|
- <img class="img-responsive listFlag" style="border-radius: 20px; padding: 0px;height: 37px;width: 37px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($teacher,'university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
|
|
|
- @else
|
|
|
- <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 6px; height: 37px; width: 37px;">
|
|
|
- <i class="fa fa fa-university ms-1"></i>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
- <span style="margin: 0px;">{{$teacher->first_name}} {{$teacher->last_name}}</span>
|
|
|
- </div>
|
|
|
- </br>
|
|
|
- <span class="text-muted" style="font-weight: 500;">{{$teacher->designation}}</span></br>
|
|
|
- @if(isset($teacher->department_name))
|
|
|
- <span class="text-muted" style="font-weight: 500;">{{cn($teacher,'department_name.name','')}}</span>
|
|
|
- @else
|
|
|
- <span class="text-muted" style="font-weight: 500;">{{$teacher->others_department}}</span>
|
|
|
- @endif
|
|
|
+ <div class="uni_details" style="display:flex;">
|
|
|
+ @if($teacher->university)
|
|
|
+ <img class="img-responsive listFlag" style="border-radius: 20px; padding: 0px;height: 37px;width: 37px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($teacher,'university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
|
|
|
+ @else
|
|
|
+ <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 6px; height: 37px; width: 37px;">
|
|
|
+ <i class="fa fa fa-university ms-1"></i>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
+ <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
|
|
|
+ <span style="margin: 0px;">{{$teacher->first_name}} {{$teacher->last_name}}</span></br>
|
|
|
+ <span class="text-muted" style="font-weight: 500;">{{$teacher->designation}}</span></br>
|
|
|
+ @if(isset($teacher->department_name))
|
|
|
+ <span class="text-muted" style="font-weight: 500;">{{cn($teacher,'department_name.name','')}}</span>
|
|
|
+ @else
|
|
|
+ <span class="text-muted" style="font-weight: 500;">{{$teacher->others_department}}</span>
|
|
|
+ @endif
|
|
|
|
|
|
- <span>.</span>
|
|
|
- <span class="text-muted" style="font-weight: 500;">{{$teacher->university_name}}</span>
|
|
|
+ <span>.</span>
|
|
|
+ <span class="text-muted" style="font-weight: 500;">{{$teacher->university_name}}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-md-2 mt-3">
|