@lang('frontend.offices_in')
@foreach(['europe', 'asia', 'oceania', 'north_america', 'south_america', 'africa'] as $key => $continent)
@lang('frontend.' . $continent)
@endforeach
@lang('frontend.region')
---
@lang('frontend.no_offices_found')
@include('frontend.templates.components.related_footer', array('title' => trans('frontend.further_reading')))