@extends('layouts.app') @section('title', 'Social Change Hub') @section('content')
@include('partials.project') @include('partials.challenges') @include('partials.communauties') @include('partials.events') @include('partials.articles')
@endsection