@extends("layouts.app_new") @section("title") Institutions @endsection @section("content")
  • Home
  • Institutions
  • {{trim($expert->first_name." ".$expert->middle_name." ".$expert->last_name)}}

{{trim($expert->first_name." ".$expert->middle_name." ".$expert->last_name)}}

@if($expert->photo) image @else image @endif

{{trim($expert->first_name." ".$expert->middle_name." ".$expert->last_name)}}

@php $string = ""; @endphp @foreach($expert->institutions as $institution) @php $string .= $institution->sub_institution_name." ".$institution->name.", "; @endphp @endforeach {{substr($string, 0, -1)}}

@if(isset($expert['keywords_names'][0]))

Areas of interest

    @php $all_keywords=''; @endphp @foreach($expert['keywords_names'] as $keyword)
  • @php $all_keywords=$all_keywords."".$keyword.""." , " @endphp
  • @endforeach {!!substr($all_keywords,0,-3)!!}
@endif @if(!empty($expert->articles))

Publications

  • {!!$expert->articles!!}
@endif
@endsection