@extends('layouts.app') @section('title','Shares โ '.$member->name) @section('page-title','Share Registry') @section('content')
| Reference | Type | Shares | Amount (USD) | Amount (LRD) | Method | Instalment | Status | Date | |
|---|---|---|---|---|---|---|---|---|---|
{{ $txn->reference }} |
@php $typeColors = ['purchase'=>'active','deduction'=>'paid','dividend'=>'disbursed','refund'=>'rejected']; @endphp {{ $txn->getTypeLabel() }} | {{ number_format($txn->shares) }} | {{ $txn->type==='refund'?'-':'+' }}${{ number_format($txn->amount_usd,2) }} | L${{ number_format($txn->amount_lrd,2) }} | {{ ucfirst(str_replace('_',' ',$txn->payment_method)) }} | @if($txn->instalment_number) {{ $txn->instalment_number }} of {{ $txn->total_instalments }} @else โ @endif | {{ ucfirst($txn->status) }} | {{ $txn->transaction_date?->format('d M Y') ?? 'โ' }} | @if($txn->status==='pending') @endif |
| No transactions yet | |||||||||