@php use Carbon\Carbon; @endphp
| SL# | Member Name | Member Code | Last Transaction Date | RS Balance | Action | |
|---|---|---|---|---|---|---|
| {{$sl}} | {{ $eligible->name }} | {{ $eligible->code }} | {{ $eligible->lastTransactionDate }} | {{ number_format($eligible->rsBalance,2) }} | @if($eligible->isPaid == 0)@if($eligible->status == 1) Terminate @else Terminated @endif @if($eligible->status == 0) Revert @endif | @elseSavings Paid | @endif