@if($school->profile_photo) @else @endif
@if($school->cover_photo) @else @endif @if(Route::is('client.view')) @endif
{{$school->title}}
@if (Auth::user()->hasRole('super-admin')) @endif
{{--
--}}
{{$star_rating}}
({{$count_ratings}} reviews)

@foreach ($school->school_type as $type) {{$type->title}} @endforeach • {{$school->city ? $school->city->title : ""}}, {{$school->region ? $school->region->title : ""}}

{{-- --}} @if($school->official_email) @endif {{-- --}} {{-- --}}

@if($school->overview)

Overview

{{ Str::limit($school->overview, 300) }}

{{ $school->overview }}

@if (strlen($school->overview) > 300) @endif

@endif

General Info

Email
{{ $school->official_email }}
Phone
{{ $school->phone }}
Address
{{ $school->address_1 }}
@if($school->website)
Website
{{ $school->website }}
@endif