@if (isset($is_title) && $is_title) @if (count($branches) > 1)
@lang('trans.map_place_others_branche')
@foreach ($branches as $b) @if ($b->is_active && $branch->id !== $b->id)
{!! getAddressBranch($b) !!}
@endif @endforeach @endif @endif @if (isset($is_for_image) && $is_for_image)
{!! getAddressBranch($branch) !!}
@endif