@extends('layouts.reports')
@section('content')
 }}) |
| TANZANIA PUBLIC HEALTH ASSOCIATION (TPHA) |
| Address: Kingunge Street # 2 off Mwananyamala Road, Plot No.66 Block 45 “B” , Dar-es-Salaam |
| Phone: +255655448070 || Email: tpha1980@yahoo.com |
| {{$title}} |
|
@foreach ($data_conference as $item)
| Personal information |
| Name: |
{{$item->title}}. {{$item->first_middle_name}} {{$item->family_name}} |
| Institution/Organization: |
{{$item->institution}} |
| Postal Address/Mailing: |
{{$item->postal_address}} |
| City/Town: |
{{$item->city}} |
| Country: |
{{$item->country}} |
| Mobile: |
{{$item->mobile}} |
| E-mail Address: |
{{$item->email}} |
| Session chair: |
{{$item->session_chair}} |
| |
| Abstract Information |
| Abstract title: |
{{$item->abstract_title}} |
| Abstract sub-theme: |
{{$item->sub_theme}} |
| Authours: |
{{$item->authors}} {{$item->presenter}} |
| Type of presentation: |
{{$item->type_of_presentation}} |
| |
| Abstract content |
| {{$item->abstract}} |
@endforeach
@endsection