@extends("layouts.app_new") @section("title") Institutions @endsection @section("content")

@forelse($Institutions as $Institution)

{{$Institution->name}}

{{$Institution->sub_institution_name}}

{{$Institution->describe_institution}}

@empty

Coming Soon...

@endforelse
@endsection @section("script") @endsection