@error('offices_title')
{{ $message }}
@enderror
@error('offices_content')
{{ $message }}
@enderror
@if($officesSection && isset($officesSection->data['offices']))
Current Offices:
@foreach($officesSection->data['offices'] as $index => $office)
{{ $office['city'] }}, {{ $office['country'] }}
{{ $office['address'] }}
{{ $office['phone'] }}
{{ $office['email'] }}
{{ $office['hours'] }}
@endforeach
@endif