{{-- Start donating poor people --}} {{-- Image Happening Now - Stay in the loop. Make a move --}}
{{-- Happening Now

Stay in the loop. Make a move
--}}

Happening Now



Stay in the loop. Make a move
{{--

Our Events

--}}
Image
{{--
Image
--}}
{{--

event list

--}} {{-- Bridging hearts building relations --}}

Bridging hearts building relations

{{--

Events, Need & Job Opportunity

--}} {{--

Checkout our upcoming full event list

--}}
@if(!$list->isEmpty())

Events

Events are organized gatherings for a specific purpose, such as celebrations, learning, or networking.

@foreach($list as $event)
@if (!empty($event->image_path)) @else @endif
@endforeach
@foreach($list as $event)
{{ $event->eve_org_name }}
{{ $event->address }}
{{--

{{ date('F d, Y', strtotime($event->to_date)) }}

--}}

{{ date('F d, Y', strtotime($event->from_date)) }} - {{ date('F d, Y', strtotime($event->to_date)) }}

{{ $event->summary }}

@endforeach


@endif

Needs

Needs are the essential requirements or necessities for individuals, organizations, or communities.

@foreach($need_list as $event)
@if (!empty($event->image_path)) @else @endif
@endforeach
@foreach($need_list as $event)
{{--
{{ $event->eve_org_name }}
--}}
{{ $event->address }}
{{--

{{ date('F d, Y', strtotime($event->to_date)) }}

--}} {{--

{{ date('F d, Y', strtotime($event->from_date)) }} - {{ date('F d, Y', strtotime($event->to_date)) }}

--}}

{{ $event->summary }}

@endforeach


Volunteer/Internship/Job

A Work opportunity refers to an available position in a company or organization that requires a candidate to fulfill certain responsibilities.

@foreach($job_opportunity_list as $event)
@if (!empty($event->image_path)) @else @endif
@endforeach
@foreach($job_opportunity_list as $event)
{{ $event->eve_org_name }}
{{ $event->address }}
{{--

{{ date('F d, Y', strtotime($event->to_date)) }}

--}} {{--

{{ date('F d, Y', strtotime($event->from_date)) }} - {{ date('F d, Y', strtotime($event->to_date)) }}

--}}

{{ $event->summary }}

@endforeach