@extends("layouts.app_new") @section("title") Institutions @endsection @section("content")
@php $string = ""; @endphp @foreach($expert->institutions as $institution) @php $string .= $institution->sub_institution_name." ".$institution->name.", "; @endphp @endforeach {{substr($string, 0, -1)}}