{{-- Block --}}

Governança

@if($governance->box1_is_active)
{{ $governance->box1_title }}

{!! $governance->box1_title !!}

{!! $governance->box1_description !!}

{{ $data->first_role }}:

{{ $data->first_role_name }}

Linkedin
@if($data->second_role)

{{ $data->second_role }}:

{{ $data->second_role_name }}

Linkedin
@endif
@endif @if($governance->box2_is_active)
{{ $governance->box2_title }}

{!! $governance->box2_title !!}

{!! $governance->box2_description !!}

@if(count($board_of_directory) > 0)
@foreach($board_of_directory as $item) {{$item->title}} @endforeach
@endif
@endif @if($governance->box3_is_active)
{{ $governance->box3_title }}

{!! $governance->box3_title !!}

{!! $governance->box3_description !!}

@if(count($board_of_council) > 0)
@foreach($board_of_council as $item) {{$item->title}} @endforeach
@endif
@endif
{{-- @include('partials.statute-btn-download') --}}
{{-- End: Block --}}