@extends('layouts.app') @section('title', 'Institutes') @section('page-title', 'Institutes') @section('breadcrumb', 'Platform Admin / Institutes') @section('content')
| Institute | Owner Email | Courses | Visibility | Created | |
|---|---|---|---|---|---|
|
@if($company->logoUrl())
{{ $company->name }}
@if($company->city)
{{ $company->city }}
@endif
|
{{ $company->email ?: ($company->owner->email ?? '—') }} | {{ number_format($company->courses_count) }} |
|
{{ optional($company->created_at)->format('M d, Y') }} | View profile → |
| No institutes registered yet. | |||||