bug fixes and new additions
This commit is contained in:
@@ -63,14 +63,16 @@
|
||||
<h4 class="brief"><i>{{ $row->designation }}</i></h4>
|
||||
<div class="left col-xs-7">
|
||||
<h2>{{ $row->name }}</h2>
|
||||
<p><strong>Country: </strong> {{ $row->location_country }} </p>
|
||||
<p><strong>Job Title: </strong> {{ $row->job_title or 'N/A' }} </p>
|
||||
<p><strong>Country: </strong> {{ $row->location_country or 'N/A' }} </p>
|
||||
<ul class="list-unstyled">
|
||||
<li><i class="fa fa-envelope"></i> Email: {{ $row->email }} </li>
|
||||
<li><i class="fa fa-phone"></i> Phone #: {{ $row->phone or 'N/A' }} </li>
|
||||
<li><i class="fa fa-calendar"></i> DOB #: {{ $row->dob or 'N/A' }} </li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="right col-xs-5 text-center">
|
||||
<img src="{{ url('public/staff_members/profile_pics/profile.jpg')}}" alt="" class="img-circle img-responsive" width="50">
|
||||
<img src="{{ url('public/staff_members/profile_pics/profile.jpg')}}" alt="" class="img-circle img-responsive" width="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 bottom text-center">
|
||||
|
||||
Reference in New Issue
Block a user