@extends('frontend.layouts.app') @push('title') {{ __('Home') }} @endpush @section('content')

{{ getOption('banner_title') }}

{{ getOption('banner_description') }}

{{ __('Join KASA Community') }}

{{ __('Why should you join us?') }}

{{ getOption('join_us_left_title') }}

{!! getOption('join_us_left_description') !!}

{{ getOption('join_us_middle_title') }}

{!! getOption('join_us_middle_description') !!}

{{ getOption('join_us_right_title') }}

{!! getOption('join_us_right_description') !!}

@endif -->
{{ __('About Us') }}

{{ getOption('about_us_title') }}

{!! getOption('about_us_description') !!}
@if (count($upcomingEvents)) @endif

{{ __('Our Global network.') }}

{{ __('We connect Students and Alumni with mentors or coaches who can provide guidance, advice, and feedback on their personal or professional goals, while also helping them grow their network.') }}

{{ __('Join Us') }}

{{ $totalAlumni }}

{{ __('Member') }}

{{ $totalDepartments }}

{{ __("Programs's") }}

{{ $totalSessions }}

{{ __('Sessions') }}

{{ __('New Members') }}

{{ __('Most Recent Members') }}

{{ __('We harnesses the resources, expertise, and initiatives of our members and supporters to provide guidance, advocacy, and support for the organization.') }}

@foreach ($alumnus as $alumni)
{{ $alumni->name }}

{{ $alumni->name }}

{{ $alumni->department_name }}, {{ __('Batch') }} {{ $alumni->batch_name }}

@endforeach
{{ __('Gallery') }}

{{ __('Photo Gallery') }}

{{ __('The Association curates a dynamic gallery showcasing the collective resources, talents, and creative initiatives of its members and supporters; a vibrant display of collaborative success.') }}

@foreach ($photoGalleries as $photoGallery) @endforeach
{{ __('Our Blogs') }}

{{ __('News - Update') }}

{{ __('Discover latest insights, stories, and updates from our community.') }}

@foreach ($news as $singleNews)
{{ $singleNews->title }}

{{ \Carbon\Carbon::parse($singleNews->created_at)->format('M d, Y') }}

{{ $singleNews->author->name }}

BY : {{ $singleNews->author->name }}, {{ $singleNews->category->name }}

{{ $singleNews->title }}

{{ __('Read More') }}
@endforeach
@endsection @push('script') @endpush