mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
feat: added date and time for remarks
This commit is contained in:
+3
-1
@@ -1009,7 +1009,9 @@ Route::get('/show-white-form-transactions-in-date-range/{from_date}/{to_date}',
|
||||
$remarks = $approvedTransaction->remarks;
|
||||
echo '<td style="border: 1px solid black;">';
|
||||
foreach ($remarks as $remark) {
|
||||
echo "<p>$remark->content</p>";
|
||||
echo $remark->created_at->format('d-m-Y | h:i A') . ' - ';
|
||||
echo $remark->content;
|
||||
echo '<br>';
|
||||
}
|
||||
echo '</td>';
|
||||
echo '<td style="border: 1px solid black;">' ;
|
||||
|
||||
Reference in New Issue
Block a user