1. {{ config('country.name') }}
  2. @if (isset($bcTab) and is_array($bcTab) and count($bcTab) > 0) @foreach($bcTab as $key => $value) @if ($value->has('position') and $value->get('position') > count($bcTab)+1)
  3. {!! $value->get('name') !!}   @if (isset($city) or isset($admin)) @endif
  4. @else
  5. {!! $value->get('name') !!}
  6. @endif @endforeach @endif