@extends('adminlte::page') @section('title', 'Shares Management') @section('content_header')
| ID | Member | Shares | Value/Share | Total Value | Purchase Date | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ $share->id }} |
{{ Str::limit($share->user->full_name ?? 'N/A', 18) }}
|
{{ number_format($share->number_of_shares) }} | KSh {{ number_format($share->share_value, 0) }} | KSh {{ number_format($share->total_value, 0) }} | {{ $share->purchase_date->format('d M Y') }} | {{ $share->created_at->format('d M Y') }} | |
No Share Purchases YetStart by adding your first share purchase to the system. Add First Share Purchase |
|||||||