@extends('web.layouts.container') @section('header')

{!! $detail->header_description !!}

@endsection @section('content')

{{__('governances.head')}}

{!! stripText($detail->description_1) !!}

{!! $detail->title !!}

{!! $detail->description_2 !!}

{!! $detail->description_3 !!}

@if(count($page))

{{__('governances.nesma_boards')}}

{{__('governances.hint')}}
@foreach($page as $governance) @if($loop->iteration == 1)
{{$governance->name}}
{{$governance->job_title}}
{{$governance->name}}
{{$governance->job_title}}

{!! $governance->description !!}

@else
{{$governance->name}}
{{$governance->job_title}}

{!! $governance->description !!}

@endif @endforeach
@endif @endsection @section('inner_js') @endsection