@extends('frontend.donar.user_layouts') @push('style') @endpush @section('member-content')
@if (session('success')) @endif @if (session('error')) @endif
Donor Profile – Welcome, {{ auth()->user()->name }}
{{ $totalDonations }}
Total Donations
৳{{ number_format($totalAmount, 2) }}
Total Donated
{{ $paidInvoices }}
Paid Invoices
{{ $unpaidInvoices }}
Unpaid Invoices
Edit Profile Make a Donation Donation History

Recent Donations

@endsection