@component('open._layouts.app', [ 'title' => $pageContact->name, 'meta' => $pageContact->meta(), ])
{{ Breadcrumbs::render('contactOffices') }} @include('open.contact._partials.contactHeader')
@include('open.contact._partials.mapContact')
@foreach($offices as $office)
@include('open.contact._partials.officeElementRow')
@endforeach
@endcomponent