@extends('layouts.portal.app') @section('content')
# | Names | Contacts | Income (Ksh) | Balance (Ksh) | Actions |
---|---|---|---|---|---|
#{{ $directorShare->ref_no }} @if($directorShare->status == 1) Active @else Inactive @endif |
{{ $directorShare->names }} Shares: {{ number_format($directorShare->percentage_amount) }} |
{{ $directorShare->phone }} {{ $directorShare->email }} |
Total: {{ number_format($directorShare->directorShareIncomes->sum('amount')) }} Withdrawals: {{ number_format($directorShare->outgoingTransactions->sum('amount')) }} |
{{ number_format($directorShare->Summary['totalBalance']) }} {{ \Carbon\Carbon::parse($directorShare->Summary['lastUpdated'])->format('M d, Y h:i') }} |
@if($directorShare->status == 0) @else @endif |