|
@@ -3,18 +3,18 @@
|
|
|
<section class="bg-half-170 d-table w-100" style="background-color: #efefef; height: 100vh;">
|
|
|
<div class="container mt-5 pt-4" style="padding: 10px 20px 0px 20px;">
|
|
|
<div class="col-md-12">
|
|
|
+
|
|
|
+ @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: 6px; 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="card p-2 rounded border-0" style="background-color: #ffffff; color: #141639c4;">
|
|
|
<div class="col-md-12">
|
|
|
<div class="row p-2 mb-1">
|
|
|
-
|
|
|
- @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
|
|
|
-
|
|
|
<h6 style="font-weight:bold !important;">There are two methods for submitting your proposal :</h6>
|
|
|
<div class="col-md-5 mt-3 ms-3 method-box">
|
|
|
<h6 class="method"> Option 1:</h6>
|