@extends('frontend.jpt.layout.mainlayout') @section('content')

{!! __('home.navigation.forum') !!}

{{ __('home.sections.presentation') }}

{!! __('home.presentation.content1') !!}

{{ __('home.presentation.content2') }}

Coopération médicale internationale

{{ __('home.sections.editorial') }}

{!! __('home.editorial.content1') !!}

{!! __('home.editorial.content2') !!}

{!! __('home.editorial.content3') !!}

{!! __('home.editorial.content4') !!}

{!! __('home.editorial.content5') !!}

{!! __('home.editorial.content6') !!}

Ministre de la Santé Tunisie

{{ __('home.sections.objectives') }}

    @foreach (__('home.objectives.items') as $index => $item)
  • {{ $item }}
  • @endforeach
@endsection @section('css') @endsection