added other email field
This commit is contained in:
@@ -41,6 +41,12 @@
|
||||
<input type="email" class="form-control" name="email" placeholder="Please enter your email address" value="{{ $array_profile_info[0]->email }}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<label>Other Email Address</label>
|
||||
<input type="email" class="form-control" name="other_email" placeholder="Please enter your other email address" value="{{ $array_profile_info[0]->other_email }}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<label>Mobile Number</label>
|
||||
@@ -49,8 +55,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<label>Birthday</label>
|
||||
|
||||
@@ -48,6 +48,15 @@
|
||||
</small></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<label>Other Email Address</label>
|
||||
<p>
|
||||
{{ $array_profile_info[0]->other_email }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<label>Mobile Number</label>
|
||||
@@ -60,8 +69,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<label>Birthday</label>
|
||||
|
||||
Reference in New Issue
Block a user