{{ $item['title'] }}
{{ $item['text'] }}
@extends('website.layouts.app') @section('title', $company->name . ' – ' . config('website.brand')) @section('meta_description', $company->tagline ?: Str::limit(strip_tags($company->about ?? ''), 160)) @section('content') @php $cta = config('website.cta'); $brand = config('website.brand'); $social = $company->social_links ?? []; $highlights = $company->highlights ?? []; $profile = $company->profile ?? []; $stats = $profile['stats'] ?? []; $specialties = $profile['specialties'] ?? []; $whyUs = $profile['why_us'] ?? []; $faqs = $profile['faqs'] ?? []; $mission = $profile['mission'] ?? ''; $vision = $profile['vision'] ?? ''; $founded = $profile['founded_year'] ?? ''; $state = $profile['state'] ?? ''; $country = $profile['country'] ?? ''; $hours = $profile['working_hours'] ?? ''; $locationParts = array_filter([$company->city, $state, $country]); $aboutParagraphs = preg_split("/\n\s*\n/", trim((string) ($company->about ?? ''))) ?: []; $socialIcons = [ 'website' => 'fa-globe', 'facebook' => 'fa-facebook', 'instagram' => 'fa-instagram', 'youtube' => 'fa-youtube-play', 'linkedin' => 'fa-linkedin', 'twitter' => 'fa-twitter', 'telegram' => 'fa-paper-plane', ]; $authUser = auth()->user(); @endphp @if(session('success'))
Academy on {{ $brand }}
{{ $company->tagline }}
@endifAbout the academy
{{ $para }}
@emptyThis academy is building its learning business on {{ $brand }}.
@endforelse @if(!empty($specialties)) @endifMission
{{ $mission }}
Vision
{{ $vision }}
Why learners choose us
{{ $item['text'] }}
Highlights
Courses
Published programs created by this academy on {{ $brand }}.
{{ $company->name }} has not published courses on their public profile.
Testimonials
Stories shared by students and parents about {{ $company->name }}.
“{{ $item->content }}”
Reviews
@if($reviewCount) {{ $avgRating }}/5 average from {{ $reviewCount }} {{ Str::plural('review', $reviewCount) }}. @else Be the first to review {{ $company->name }}. @endif
{{ $review->content }}
{{ $review->reviewer_name }} {{ optional($review->created_at)->format('M d, Y') }}Share your experience with this academy.
Students and visitors can submit a review. It appears after academy approval.
Gallery
A look at learning spaces, sessions, and community moments.
Videos
Campus stories, intros, and learning highlights from {{ $company->name }}.
{{ $video->description }}
@endifBlogs
Articles and updates published by {{ $company->name }}.
{{ $blog->excerpt ?: Str::limit(strip_tags($blog->body ?? ''), 120) }}
Read more →Team
Instructors and leaders shaping the {{ $company->name }} experience.
{{ $member->role }}
@endif @if($member->bio){{ $member->bio }}
@endifFAQ
Answers for learners exploring {{ $company->name }}.
{{ $faq['a'] }}
Contact
Reach {{ $company->name }} for admissions, partnerships, or course guidance.
Ask about courses, admissions, or partnerships.
@include('website.companies.partials.enquiry-form')