@extends('layouts.frontend.master') @section('title', 'BAU 2001–2002 Alumni Association') @php $leftCommittee = $committeeTypes->firstWhere('ordering', 'A'); $rightCommittees = $committeeTypes->filter(fn($c) => in_array($c->ordering, ['B', 'C', 'D'])); @endphp @push('css') @endpush @section('content') @include('landing-components.banner') {{--
@if($presidentPhoto && $presidentPhoto->file_path) President Image @else Default President Image @endif
@if($president && $president->user)

{{ $president->user->name }}

{{ \App\Models\CommitteeMember::getPositionName($president->user->id) ?? 'President' }}

@else

Unknown

President

@endif
@if($speech)

{{ $speech->title ?? 'Untitled Speech' }}

{!! $speech->speech ? nl2br(e($speech->speech)) : 'No speech available.' !!}

@else

Untitled Speech

No speech available.

@endif
--}} {{--
Main Image
Small Image

Our Goal

Together, We Create Opportunities

At BAU 2001–2002 Alumni Association, our mission is to foster a strong, supportive community where each member can achieve financial growth and security. We are committed to empowering individuals by providing opportunities to save, invest, and build a brighter future together. Through collective strength and shared resources, we're creating an environment where financial progress is not only achievable but sustainable.

By joining us, you become part of a trusted network dedicated to personal and community prosperity— because we believe that when we grow together, we all reach new heights.

  • Check Icon Empower Financial Growth
  • Check Icon Foster Community Support
  • Check Icon Provide Accessible Savings Options
  • Check Icon Promote Smart Investments
  • Check Icon Build a Prosperous Future Together
--}}
@if($leftCommittee)

Our Committee

{{ $leftCommittee->name }}

{{ $leftCommittee->description }}

@auth Learn more @else Learn more @endauth @endif
Check Icon Integrity
Check Icon Collaboration
Check Icon Excellence
See all committees
{{--
Committee Image
--}}
@foreach($rightCommittees as $committee)

{{ $committee->name }}

{{ $committee->description }}

@auth Learn more @else Learn more @endauth
@endforeach
{{-- Community Banner --}}

With over {{$committeMembersCount}} members and counting, we’re building a community focused on financial growth, support, and success

Our Moments in Action

Capturing Our Best Moments

Explore Our Events

Join Us and Be Part of the Experience

@forelse($events as $event)
{{ $event->name }}

{{ $event->name }}

{{ $event->description }}

Location {{ $event->venue }}
Date {{ $event->dates->first() ? $event->dates->first()->date->format('M d, Y') : 'Date TBD' }}
@if($event->dates->first() && $event->dates->first()->date >= now()) @endif
@empty

No upcoming events found.

@endforelse

Stay connect with us

We're here to answer your questions and help you join our community

Email Icon

Email Address

info@bau0102.org

Phone Icon

Phone

+8801712169769

@endsection @push('js') @endpush