@extends('layout.master') @if ($about) @section('meta_title',$about->meta_title) @section('meta_description',$about->meta_description) {{-- @section('image',$about ? $about->getFirstMediaUrl('chairperson'): asset('images/japan3.jpg')) --}} @endif @section('content')
{{--

About Us

--}}

About Us

{{--

Explore the Journey, Capture the Moments with {{ config('app.name') }} Gallery.

--}}
{{-- content section --}}
@if ($about) {{--

{{$about->title}}

{!!$about->description!!}

--}}

About Us

Saraswati Kendra Nepal

{{--

We strive to provide personalized support and guidance throughout the entire process.

--}}

{!!$about->description!!}

{{--
  • We commitment to delivering high-quality services and support.
  • We work closely We work closely with students to understand their needs and goals.
--}}
{{--
--}}
{{--
--}}
@endif {{-- @if ($chairperson)

{{$chairperson->name}}

{{$chairperson->position}}

{{$chairperson->consultancy}}

@endif --}} {{-- @if (count($faqs))

FAQS

Frequently Asked Questions

    @php $i=1; @endphp @foreach ($faqs as $faq)
  • {{$faq->question}}

    {!!$faq->answer!!}
  • @php $i++; @endphp @endforeach
@endif --}}
{{--end of content section --}}

Our Experimental Schools

@if (count($schools)>0)
@foreach ($schools as $school )
{{$school->name}}
@endforeach
@endif

Teaching Volunters

{{--

Explore the Activities We Perform and Are Glad to Offer

--}}
{{--
    @php $i=1; @endphp @foreach ($activities as $activity)
  • {{$activity->title}}

    {!!$activity->description!!}
  • @php $i++; @endphp @endforeach
--}} @if(count($volunters)>0)
    @foreach ($volunters as $item)
  • {{$item->name}} - ( {{$item->position}} )
  • @endforeach
@endif

Supported By

@if(count($contributions)>0)
    @foreach ($contributions as $item)
  • {{$item->name}}
  • @endforeach
@endif
@endsection {{-- @section('script') @endsection --}} @section('css') @endsection