@extends('layouts.public') @section('title', 'Projects — CashBaba Feedback Hub') @push('styles') @endpush @section('content')
Active Projects

6 Strategic Projects

CashBaba is building the future — your feedback directly shapes these six initiatives. Select a project below to contribute.

@foreach($projects as $project)
{{ $project->name }}
{{ $project->tagline }}
{{ $project->description }}
@if($project->target_audience && count($project->target_audience))
@foreach($project->target_audience as $aud) {{ $aud }} @endforeach
@endif {{-- @auth --}} Give Feedback {{-- @else Sign In to Contribute @endauth --}}
@endforeach
@endsection