|
@@ -815,7 +815,7 @@ element.style {
|
|
|
<div class="right_part_right_whole">
|
|
|
<div class="summary_bordered_box" style="line-height: 20px; width: 50%; height: 130px; margin: 0 15px 0 0;">
|
|
|
<div class="review-block-title mb-0">
|
|
|
- <span>Mr B</span>
|
|
|
+ <span>{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span>
|
|
|
<span>Islam</span>
|
|
|
</div>
|
|
|
<label class="label" style="padding: 0; background: #fff;">
|
|
@@ -823,23 +823,24 @@ element.style {
|
|
|
Apply Reference
|
|
|
</label>
|
|
|
<label class="label" style="background: #fff; padding: 2px 7px 2px 4px; color: #2e1153; font-weight: 600; border-top-left-radius: 0; border-bottom-left-radius: 0;border: 1px solid #ceccda; position: relative; left: -3px; font-size: 10px;">
|
|
|
- 114673
|
|
|
+ {{cn($proposal_details,'teacher_details.ref_no','')}}
|
|
|
</label>
|
|
|
</label>
|
|
|
<br>
|
|
|
<span style="font-size:10px;">
|
|
|
<span style="color: #868e96;">Nationality :</span>
|
|
|
- <strong>Bangladesh</strong>
|
|
|
+ <strong>{{cn($proposal_details,'student_details.country_name.name','')}}</strong>
|
|
|
</span>
|
|
|
<br>
|
|
|
<span style="font-size:10px;">
|
|
|
<span style="color: #868e96;">Gender :</span>
|
|
|
- <strong>Male</strong>
|
|
|
+ <strong>{{\Str::ucfirst(cn($proposal_details,'student_details.gender',''))}}</strong>
|
|
|
</span>
|
|
|
<br>
|
|
|
<span style="font-size:10px;">
|
|
|
<span style="color: #868e96;">Age :</span>
|
|
|
- <strong>23 years 3 month</strong>
|
|
|
+ {{-- <strong>23 years 3 month</strong> --}}
|
|
|
+ <strong>{{ date("d M, Y", strtotime(cn($proposal_details,'student_details.dob','')))}}</strong>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; margin-right: 15px; display: grid;">
|
|
@@ -1131,7 +1132,8 @@ element.style {
|
|
|
<div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
|
|
|
<div class="row align-items-center">
|
|
|
<div class="col-md-12">
|
|
|
- <embed src="web/files/CRM.pdf" type="application/pdf" width="100%" height="670px"/>
|
|
|
+
|
|
|
+ <iframe src ="{{url(asset('web/files/CRM.pdf'))}}" type="application/pdf" width="100%" height="670px"></iframe>
|
|
|
</div><!--end col-->
|
|
|
</div><!--end row-->
|
|
|
</div><!--end teb pane-->
|