@extends('layouts.app') @section('content')
Age: {{ $user->age }} ({{ $user->life_stage }})
{{ $user->horoscope }}
Edit ProfileAge: {{ $relationship->dependent->age }} ({{ $relationship->dependent->life_stage }})
{{ ucfirst($relationship->relationship_type) }}| Student Name | Class/Package | Amount | Status | Actions |
|---|---|---|---|---|
| {{ $invoice->student->full_name }} | {{ $invoice->tenant->club_name }} | ${{ number_format($invoice->amount, 2) }} | @if($invoice->status === 'paid') Paid @elseif($invoice->status === 'pending') Pending @else Overdue @endif | View @if($invoice->status !== 'paid') Pay @endif |
|
No payments due at this time. |
||||