@extends('themes.one.master') @php $homeMeta = ($pageSettingsBySlug ?? collect())->get('home'); $title = transField($homeMeta, 'title') ?? __('Home'); @endphp @section('title', $title) @section('style') @endsection @section('content') @isset($schoolInfo) @php $longHtml = $schoolInfo['long_desc'] ?? ''; $longText = trim(preg_replace('/\s+/', ' ', strip_tags($longHtml))); $needsToggle = \Illuminate\Support\Str::length($longText) > 150; $shortText = \Illuminate\Support\Str::limit($longText, 150, '…'); $blockId = 'about-readmore-'.\Illuminate\Support\Str::random(6); @endphp

{{ transField($schoolInfo, 'title') }}

{!! transField($schoolInfo, 'desc') !!}

image @if(!empty($schoolInfo['link'])) @endif
@endisset @isset($counts)