@extends('layouts.landing') @section('title', 'Investments') @section('content')
TRANSACTION DATE | NO OF SHARES | AMOUNT | {{--TOTAL SHARES | --}}
---|---|---|---|
{{ Carbon\Carbon::parse($inv->created_at)->format('Y-M-d H:i') }} | {{ $inv->slot_bought }} | ₦{{ number_format($inv->amount, 2) }} | {{--{{ $total }} | --}}