@extends('layouts.front_master') @section('content')
  News & Updates

@if($news->count() != 0) @else

Currently There are no any News or Updates so far. We will update you once there is any new Update or information.

@endif
  Membership

@if($home_members->count() != 0)

Read More about membership types ...

@else

Read More about membership types ...

@endif

@if($messages->count() != 0) @foreach ($messages as $row)

{{$row->name}}

{{$row->message_title}}


{{$row->description}}

Read More..

@endforeach @else

TPHA

Welcome Message


Welcome to Tanzania Public Health Association (TPHA) Website, Where You Can get information concerning Health Issues, Read about Recently Published Articles concerning Health Issues, Feel Free to subscribe to our Newsletter.

Read More..

@endif
   TPHA PROJECTS

@if($news->count() != 0) @else

Currently There are no any News or Updates so far. We will update you once there is any new Update or information.

@endif
@foreach ($affiliates as $row)
@endforeach
@endsection