|
@@ -11,13 +11,13 @@
|
|
|
<input type="hidden" name="teacher_id" value="{{$teacher->id}}">
|
|
|
<input type="hidden" name="student_id" value="{{$student->id}}">
|
|
|
<div class="d-flex">
|
|
|
- @if($teacher->university)
|
|
|
- <img class="img-responsive listFlag mt-2" style="border-radius: 2px; padding: 0px;height: 45px; width: 44px;" 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
|
|
|
+ {{-- @if($teacher->university) --}}
|
|
|
+ {{-- <img class="img-responsive listFlag mt-2" style="border-radius: 2px; padding: 0px;height: 45px; width: 44px;" 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="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 47px; width: 56px; margin-top: 9px !important;">
|
|
|
<p style="color:white; font-weight:600 !important; letter-spacing: 2px; text-align: center; margin-top: -8px; font-size: 17px;">{{ name_initials($teacher->first_name, $teacher->last_name) }}</p>
|
|
|
</div>
|
|
|
- @endif
|
|
|
+ {{-- @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>
|