|
@@ -765,15 +765,15 @@ element.style {
|
|
|
display: block;
|
|
|
}
|
|
|
.method{
|
|
|
- background-color: #191e38;
|
|
|
+ background-color: #ffad00;
|
|
|
margin-top: -23px;
|
|
|
- font-size: 11px !important;
|
|
|
- color: #fff;
|
|
|
+ font-size: 12px !important;
|
|
|
+ color: #191e38;
|
|
|
padding-left: 9px;
|
|
|
border-radius: 5px;
|
|
|
- font-weight: bolder;
|
|
|
+ font-weight: 600 !important;
|
|
|
margin-left: 17px;
|
|
|
- width: 21%;
|
|
|
+ width: 18%;
|
|
|
margin-bottom: 0px;
|
|
|
}
|
|
|
.method-box{
|
|
@@ -902,8 +902,8 @@ element.style {
|
|
|
<div class="right_part_right_whole">
|
|
|
<div class="col-md-5 mt-1 method-box">
|
|
|
|
|
|
- <div class="ms-3 mb-3">
|
|
|
- <span style="font-size: 21px; font-weight: 700;">{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span> <br>
|
|
|
+ <div class="ms-3 mt-2 mb-3">
|
|
|
+ <span style="font-size: 19px; font-weight: 700;">{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span> <br>
|
|
|
<span style="font-size:12px;">
|
|
|
<span style="color: #868e96;">Nationality :</span>
|
|
|
<strong>{{cn($proposal_details,'student_details.country_name.name','')}}</strong>
|
|
@@ -922,7 +922,7 @@ element.style {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="mt-1 p-3 method-box ms-3" style="width: 65%; border: 1px solid #eee; background-color: white;">
|
|
|
- <h6 class="method mb-2">
|
|
|
+ <h6 class="method mb-3">
|
|
|
Apply Ref: {{$proposal_details->student_apply_ref ?? "N/A"}}
|
|
|
|
|
|
{{-- {{cn($proposal_details,'teacher_details.ref_no','')}} --}}
|
|
@@ -936,18 +936,18 @@ element.style {
|
|
|
<span style="font-size:12px;">
|
|
|
<a href="" class="rounded" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Methology" style="color: black !important;">{{cn($proposal_details,'proposal.methology','')}}</i></a>
|
|
|
</span>
|
|
|
- <span> . </span>
|
|
|
+ <span> • </span>
|
|
|
<span class="ms-2" style="font-size:12px;">
|
|
|
<a href="" class="rounded" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Funding Status" style="color: black !important;">{{cn($proposal_details,'proposal.status','')}}</i></a>
|
|
|
</span>
|
|
|
- <span> . </span>
|
|
|
+ <span> • </span>
|
|
|
<span class="ms-2" style="font-size:12px;">
|
|
|
<a href="" class="rounded" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Preferred Start Date" style="color: black !important;">{{ date("M Y", strtotime($proposal_details->created_at))}}</i></a>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="mt-1">
|
|
|
<span style="font-size:12px;">
|
|
|
- <span>Applied On:</span>
|
|
|
+ <span>Applied On : </span>
|
|
|
<strong style="font-weight: 700; font-size: 12px; letter-spacing: 0.8px;">{{ date("d M Y", strtotime($proposal_details->created_at))}}</strong>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -1208,12 +1208,12 @@ element.style {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="card border-0 mt-3" style="border-radius:6px !important;">
|
|
|
+ <div class="card border-0" style="border-radius:6px !important;">
|
|
|
<div class="container-fluid">
|
|
|
<div class="row">
|
|
|
<div class="col-md-12" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
|
|
|
- <div class="row">
|
|
|
- <div class="col-md-7">
|
|
|
+ <div class="row mt-3">
|
|
|
+ <div class="col-md-8" style="width: 62%;">
|
|
|
@if(file_exists( public_path().'/uploads/proposal/'.@$proposal_details->proposal->document_file ) && @$proposal_details->proposal->document_file != null)
|
|
|
<iframe src ="{{url(asset('/uploads/proposal').'/'.@$proposal_details->proposal->document_file) }}" type="application/pdf" width="100%" height="560px"></iframe>
|
|
|
@else
|
|
@@ -1222,8 +1222,8 @@ element.style {
|
|
|
|
|
|
|
|
|
</div><!--end col-->
|
|
|
- <div class="col-md-5">
|
|
|
- <div class="info-palate mt-0">
|
|
|
+ <div class="col-md-4 ms-4" style="width: 35.5%;">
|
|
|
+ <div class="info-palate mt-0" style="margin-left: -4px;">
|
|
|
<div class="left">
|
|
|
<div id="doc_required_load"></div>
|
|
|
|