@extends('client.rohini.layouts.app') @section('content') @include('client.rohini.pages.partials.breadcrumb') @php $institutions = getInstitutions(limit: null, order: 'asc'); @endphp
@foreach($institutions as $institution) @endforeach
{{--
--}}
@include('client.rohini.pages.partials.newsletter') {{--

_ _Make appointment_ _

Free project estimate

--}} @endsection