@extends('layouts.frontend.master') @section('title', 'BAU 2001–2002 Alumni Association') @section('content')

Featured Photo

@if(isset($galleryPhotos)) {{--
@foreach($galleryPhotos as $galleryPhoto)
BAU Research

{{$galleryPhoto['title']}}

{{ \Illuminate\Support\Str::limit($galleryPhoto['description'], 100, '...') }}

@endforeach
--}}
@foreach($galleryPhotos as $galleryPhoto)
BAU Research

{{$galleryPhoto['title']}}

{{ \Illuminate\Support\Str::limit($galleryPhoto['description'], 100, '...') }}

@endforeach
View All Media
@endif

Join Our Alumni

Register to become a member of our alumni network

Register Now
Already a member? Sign In

Notice Board

@if(isset($notices) && $notices->count() > 0) @php // Future notices filter kore, max 4 ta notice $futureNotices = $notices->filter(function($notice){ return \Carbon\Carbon::parse($notice->expiry_date)->isFuture(); })->take(4); @endphp @if($futureNotices->count() >= 4) @endif @else

No upcoming notices.

@endif

Advanced Search

@if(isset($galleryVideos))

Video Gallery

@foreach($galleryVideos as $galleryVideo)
@php $url = $galleryVideo->youtube_link; // database এ রাখা link preg_match('/(?:v=|\.be\/|shorts\/)([a-zA-Z0-9_-]+)/', $url, $matches); $videoId = $matches[1] ?? null; @endphp @if($videoId) @else

Invalid YouTube link

@endif
{{--
--}} {{-- --}} {{--
--}}

{{$galleryVideo->title}}

{{ \Illuminate\Support\Str::limit($galleryVideo->description, 100, '...') }}

@endforeach
@if($galleryVideo->count() > 3) @endif
@endif

Help Recruit and Welcome Prospective Students

Join our alumni ambassador program to help recruit and welcome the next generation of BAU students.

Share Your Time and Talent

Contribute your skills and expertise to strengthen our BAU 2001-2002 Alumni community.

@if(isset($blogs))

Stories

News, views, and perspectives from the BAU Community

@foreach($blogs as $blog)
BAU Campus

{{$blog->name}}

{!! \Illuminate\Support\Str::limit(strip_tags($blog->description), 100, '...') !!}

@if(!empty($blog->slug)) Read More → @endif
@endforeach
@if($blogs->count() >= 4) @endif
@endif @if(isset($sponsors))

Sponsors

    @foreach($sponsors as $sponsor)
  • 1
  • @endforeach
@endif @endsection @push('css') @endpush @push('js') @endpush