Governança
@if($governance->box1_is_active)
{!! $governance->box1_title !!}
{!! $governance->box1_description !!}
@if($data->second_role)
{{ $data->second_role }}:
@endif
@endif
@if($governance->box2_is_active)
{!! $governance->box2_title !!}
{!! $governance->box2_description !!}
@if(count($board_of_directory) > 0)
@foreach($board_of_directory as $item)
}})
@endforeach
@endif
@endif
@if($governance->box3_is_active)
{!! $governance->box3_title !!}
{!! $governance->box3_description !!}
@if(count($board_of_council) > 0)
@foreach($board_of_council as $item)
}})
@endforeach
@endif
@endif
{{-- @include('partials.statute-btn-download') --}}