@extends('layouts.app') @section('content')
| # | Invested Amount | Paid | Paid On | Remark | Actions |
|---|---|---|---|---|---|
| {{ $profit->id }} | {{ $profit->invest ? number_format($profit->invest->amount, 2) : 'N/A' }} | {{ number_format($profit->paid, 2) }} | {{ $profit->date ?? $profit->created_at->toDateString() }} | {{ $profit->remark ?? '-' }} | Slip |
| No profit records found. | |||||