|
@@ -140,33 +140,19 @@
|
|
|
<div class="row">
|
|
|
<div class="col-md-12" style="text-align: center;">
|
|
|
<h3 class="mb-3" style="font-size: 30px !important; line-height: 43px; font-weight: 700;">You're going to submit your doctoral application proposal to:</h3>
|
|
|
-
|
|
|
+
|
|
|
<div class="uni_details" style="display:flex;">
|
|
|
<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>
|
|
|
- <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
|
|
|
- <strong style="font-size:18px;"> Mr Z</strong></br>
|
|
|
- <span style="font-size:14px; font-weight:400;">z@mail.com </span><br>
|
|
|
- <span style="font-size:14px; font-weight:400;">ab university</span><br>
|
|
|
- <span style="font-size:14px; font-weight:400;">English</span>
|
|
|
+ <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
|
|
|
+ <strong style="font-size:18px;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
|
|
|
+ <span style="font-size:14px; font-weight:400;">{{ $user->email }} </span><br>
|
|
|
+ <span style="font-size:14px; font-weight:400;">{{ $user->university_name }}</span><br>
|
|
|
+ <span style="font-size:14px; font-weight:400;">{{ cn($user,'department_name.name','')}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <div class="single_glance_row">
|
|
|
- <span class="tbl2" style="font-size: 18px; font-weight:700;">
|
|
|
- {{ $user->first_name }} {{ $user->last_name }}
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span style="font-size: 14px;">{{ $user->email }}</span>
|
|
|
- </div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span style="font-size: 14px; ">{{ $user->university_name }}</span>
|
|
|
- </div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span style="font-size: 14px;">{{ cn($user,'department_name.name','')}}</span>
|
|
|
- </div>
|
|
|
+
|
|
|
</div>
|
|
|
<div class="col-lg-12 mt-4">
|
|
|
<input type="hidden" name="teacher_id" value="{{ $hash_teacher_ids[0] }}" id="teacher_id">
|