bug fixes, AM change feature, refactoring
This commit is contained in:
@@ -60,10 +60,9 @@
|
||||
<div id="" class="row">
|
||||
@if($offices_arr->isEmpty() == false)
|
||||
@foreach($offices_arr as $row)
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 profile_details">
|
||||
<div class="col-md-3 col-sm-4 col-xs-12 profile_details">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<!-- <h4 class="brief"><i>{{ $row->country }}</i></h4> -->
|
||||
<div class="leftd col-xs-12">
|
||||
<div class="text-centers">
|
||||
<img src="<?php echo $row->flag_url; ?>" alt="" class="img-circles img-responsives" width="60" height="30">
|
||||
@@ -73,7 +72,7 @@
|
||||
<p><strong>Physical Address </strong>: {{ $row->physical_address or '' }} {{ $row->block_number or '' }}</p>
|
||||
<p><strong>Postal Address </strong>: {{ $row->postal_address or '' }}</p>
|
||||
|
||||
<p><strong>City/Town </strong>: {{ $row->city_town or '' }}</p>
|
||||
<p><strong>City/Town </strong>: {{ $row->city or '' }}</p>
|
||||
<p><strong>Country </strong>: {{ $row->country or '' }}</p>
|
||||
<ul class="list-unstyled">
|
||||
<!-- <li><i class="fa fa-buildings"></i>Country Code: </li> -->
|
||||
|
||||
Reference in New Issue
Block a user