|
@@ -3,11 +3,20 @@
|
|
|
<!-- Logo container-->
|
|
|
<div class="col-md-12">
|
|
|
<div class="row">
|
|
|
- <div class="col md-6 mt-1" style="margin-left: 10px;">
|
|
|
+ <div class="col md-4 mt-1" style="margin-left: 10px;">
|
|
|
<a class="logo" href="index.html">
|
|
|
<h3 style="font-family:Ubuntu !important;">Research Admission</h3>
|
|
|
</a>
|
|
|
</div>
|
|
|
+
|
|
|
+ @if(\Auth::user()->email_verification==0)
|
|
|
+ <div class="col md-4 mt-1" style="margin-left: 10px;">
|
|
|
+ <div class="col-md-12">
|
|
|
+ <span class="alert mt-3" role="alert" style="font-size: 12px !important; border-radius: .55rem; padding: 8px 12px; margin-top: 26px;background: #fff0d6; color: #fdad2a; border-color: #ffebca; border-width: 3px; border-style: double;"> <i class="fa fa-warning" style="font-size: 11px; margin-right: 5px; color: #fdad2a !important; top: 0px; position: relative;"></i> Your email is not verified. Pleace check your email .</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
+
|
|
|
<div class="col md-6">
|
|
|
<div class="mt-4 pt-1" style="display:flex; justify-content: end;">
|
|
|
<!-- <i class="fa fa-user me-2" style="color:black !important; font-size: 13px; height: 25px; padding: 3.5px 5.9px; border: 2px solid black; border-radius: 100%;"></i> -->
|