@if(count($_restaurant->branches) == 1)
@include('shared.commons.container-map', ['id' => $_branch->id, 'class' => 'iframe-map-primary'])
@else
@foreach ($_restaurant->branches as $b) @endforeach
@endif