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

{{ getOption('banner_title') }}

{{ getOption('banner_description') }}

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

{{ __('Why you should 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') !!}

@if(isAddonInstalled('ALUCOMMITTEE'))

{{ getOption('welcome_speech_title') }}

{!! getOption('welcome_speech_description') !!}

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

{{ getOption('about_us_title') }}

{!! getOption('about_us_description') !!}
@if (count($upcomingEvents))
{{ __('Upcoming Events') }}

{{ __('Our Upcoming Events') }}

{{ __('Zaialumni is a user friendly that helps alumni easily connect and manage their activities. Alumni can sign up and get approved by submitting necessary.') }}

@foreach ($upcomingEvents as $upcomingEvent)

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

{{ \Carbon\Carbon::parse($upcomingEvent->date)->format('h:i A') }}

{{ $upcomingEvent->title }}

{{ $upcomingEvent->location }}

  • {{ __('Hours') }}

  • :
  • {{ __('Minutes') }}

  • :
  • {{ __('Second') }}

{{ $upcomingEvent->title }}
@endforeach
@endif
{{ __('Stories') }}

{{ __('Our Stories') }}

    @foreach ($stories as $story)
  • {{ $story->title }}

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

    {{ $story->title }}

    {{ __('Know More') }}
  • @endforeach

{{ __('Your network around the globe.') }}

{{ __('Connect alumni with mentors or coaches who can offer them guidance, advice, or feedback on their personal or professional goals, They can also help them expand their network.') }}

{{ __('Join Community') }}

{{ $totalAlumni }}

{{ __('Member') }}

{{ $totalDepartments }}

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

{{ $totalSessions }}

{{ __('Sessions') }}

{{ __('New Alumni') }}

{{ __('Recent Join Alumni') }}

{{ __('The Alumni Association leverages the resources, talents, and initiatives of alumni and friends to advise, guide, advocate for and support the Association.') }}

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

{{ $alumni->name }}

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

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

{{ __('Image Gallery') }}

{{ __('The Alumni Association leverages the resources, talents, and initiatives of alumni and friends to advise.') }}

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

{{ __('News & Views from our community.') }}

{{ __('Explore news, views and perspectives from us and your alumni 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