@extends('layouts.site') @push('styles') @if ($aboutus->seo_other != null) {!! $aboutus->seo_other !!} @endif @endpush @section('seo_title') {{ $aboutus->seo_title }} @endsection @section('seo_description') {{ $aboutus->seo_description }} @endsection @section('content')
Quick Contact
background

About Us

{{ $aboutus->short_description }}

@foreach ($features as $feature)
{{ $feature->title }}

{{ $feature->title }}

{{ $feature->description }}

@endforeach

{{ $aboutus->title }}

{{ $aboutus->description }}

about
@include('layouts.components.partners')

Meet our Directors

@foreach ($faculties->whereIn('display_order', [1, 2]) as $faculty)
member img
{{ $faculty->name }}

{{ $faculty->designation }}

@if ($faculty->email)

E-mail: {{ $faculty->email }}

@endif
@endforeach
@foreach ($faculties->whereNotIn('display_order', [1, 2])->chunk(4) as $key => $faculties)
@foreach ($faculties as $faculty)
member img
{{ $faculty->name }}

{{ $faculty->designation }}

@if ($faculty->email)

E-mail: {{ $faculty->email }}

@endif
@endforeach
@endforeach
@foreach ($faculties as $faculty)
member img

{{ $faculty->name }}, {{ $faculty->designation }} - {{ $faculty->note }}

@endforeach
@include('layouts.components.clients')
@endsection @push('scripts') @endpush