@extends('layouts.site') @section('content') @include('frontend.common.breadcrumb')
{{--

{{ $institution->category->name }}

--}}

{{ $institution->short_des }}

{{-- Stats with count-up --}} @if ($institution->stats && count($institution->stats) > 0)
@foreach ($institution->stats as $index => $stat)

0{{ preg_replace('/[0-9,.]/', '', $stat['value']) }}

{{ $stat['label'] }}

@endforeach
@endif
{{ $institution->name }}
{{-- Tabs --}}
@if ($institution->description) @endif @if ($institution->email || $institution->phone || $institution->address) @endif
{{-- Overview Tab --}}

{{ $institution->short_des }}

@if ($institution->facebook || $institution->youtube || $institution->linkedin)
@if ($institution->facebook) @endif @if ($institution->youtube) @endif @if ($institution->linkedin) @endif
@endif
{{-- Details Tab --}} @if ($institution->description)
{!! $institution->description !!}
@endif {{-- Contact Tab --}}
@if ($institution->email) @endif @if ($institution->phone) @endif @if ($institution->website) @endif @if ($institution->address)
Address

{{ $institution->address }}

@endif
{{-- ── Lightbox ── --}}
@endsection @push('styles') @endpush @push('scripts') @endpush