@extends('layouts.app') @section('title', 'My Sponsorships — TAM') @section('content') {{-- Page Header --}}
Welcome back, {{ auth()->user()->name }}
Children Sponsored
{{ $sponsorships->count() }}
Active
{{ $sponsorships->where('status', 'active')->count() }}
Monthly Total
${{ number_format($sponsorships->where('status', 'active')->sum('amount'), 2) }}
You haven't sponsored a child yet. Browse children waiting for a sponsor and start your journey today.
Browse Children{{ $sponsorship->child->age }} yrs • {{ $sponsorship->child->country }}