@extends('layout.master') @section('content')
{{--

Action committee

--}}
@if ($chairman) {{--

{{$about->title}}

{!!$about->description!!}

--}}
{{--

About Us

--}}

Saraswati Kendra Nepal

{{--

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

--}}

{!!$chairman->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 --}}

Ours Donors

{{--

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

--}}
@if (count($teams)>0)
@foreach ($teams as $team)

{{$team->name}}

{{$team->position}}

@endforeach
@else

No Data found !

@endif

Special Thanks To :-

{{--

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($advisors)>0)
    @foreach ($advisors as $item)
  • {{$item->name}}
  • @endforeach
@endif
@endsection @section('css') @endsection