{{ label('lbl_region_offices') }}
@if(count($regional_offices))
@foreach($regional_offices as $key => $office)
@if($office->email)
@endforeach
{{ label('lbl_address') }}
{!! nl2br($office->physical_address) !!}
{{ $office->email }}
@endif
@if($office->toll_free)
{{label('lbl_toll_free')}}: {{ $office->toll_free }}
@endif
@if($office->phone)
{{label('lbl_phone')}}: {{ $office->phone }}
@endif
@if($office->fax)
{{label('lbl_fax')}}: {{ $office->fax }}
@endif
{!! $regional_offices->render() !!}
@else
{{ label('lbl_no_information') }}
@endif