@extends('front.layout.main') @section('content')

{{ $currentPage->languages->where('lang_short', $lang)->first()->pivot->title }}

{{ trans('front.bulgaria') }} @if($offices) @endif
@foreach($offices as $office)

{{ $office->languages->where('lang_short', $lang)->first()->pivot->title }}

{!! $office->languages->where('lang_short', $lang)->first()->pivot->text !!}
@endforeach
@stop @section('scripts') @endsection