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

Action committee

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

{{$about->title}}

{!!$about->description!!}

--}}
{{--

About Us

--}}

{{$staff->title}}

{{--

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

--}}

{!!$staff->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

Action comittee

{{--

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 Teams found !

@endif
@endsection @section('css') @endsection