@extends('layouts.app') @section('title', $institution->name . ' — Coursify') @push('styles') @endpush @section('content') {{-- ══ BACK ══ --}}
{{-- ══ HERO ══ --}}@if(!empty($institution->description)) {{ $institution->description }} @else {{ $fakerDesc }} @endif