@extends('website.layouts.app') @section('title', 'Institutes – ' . config('website.brand')) @section('meta_description', 'Discover institutes building branded learning businesses on Learnyst.') @section('content') @php $brand = config('website.brand'); @endphp

Institute Directory

Institutes growing on {{ $brand }}

Explore registered institutes. Open a profile to see their courses and brand story.

Institutes

{{ $companies->total() }} registered {{ Str::plural('institute', $companies->total()) }}

Every public profile is managed by the institute from their Learnyst panel.

@if($companies->count())
{{ $companies->links() }}
@else

No public institutes yet

When institutes publish their profile, they will appear here.

Start Free Trial
@endif
@endsection