@if($city=='Kraków' || $city=='Warszawa')
@forelse ($groups as $group) @if ( isset($group['id'])&&( $group_one == 'all' || $group_one == $groups[$group['id']]['slug'] ) && count($groups[$group['id']]['companies']) > 0 )
@if(App::getLocale() == 'ru')

{{$groups[$group['id']]['name_ru']?$groups[$group['id']]['name_ru']:$groups[$group['id']]['name']}}

@elseif(App::getLocale() == 'pl')

{{$groups[$group['id']]['name_pl']?$groups[$group['id']]['name_pl']:$groups[$group['id']]['name']}}

@else

{{$groups[$group['id']]['name']}}

@endif
@foreach ($groups[$group['id']]['companies'] as $more=>$company_id) @if ($more !== 'more')
@if(App::getLocale() == 'ru')  {{$companies[$company_id]['name_ru']?$companies[$company_id]['name_ru']:$companies[$company_id]['name']}} @elseif(App::getLocale() == 'pl')  {{$companies[$company_id]['name_pl']?$companies[$company_id]['name_pl']:$companies[$company_id]['name']}} @else  {{$companies[$company_id]['name']}} @endif
@else {{--*/ $more_count = $company_id /*--}} @endif @endforeach @if (isset($more_count)) {{--*/ unset($more_count) /*--}} @endif
@endif @empty
{{trans('details.NOT_FOUND')}}
@endforelse
@else

{{trans('content.KEY_COMINGSOON')}}

@endif
@if($city=='Kraków' || $city=='Warszawa')
{{trans('content.KEY_SEEMORE2')}}
@endif