chanlemomov1/resources/views/HomePage/table_sessions_attendance.blade.php
2022-02-16 14:01:00 +07:00

8 lines
303 B
PHP

@foreach($listSessionsPast as $sessionPast)
<tr>
<td><small>{{ $sessionPast->id }}</small></td>
<td>{{ $sessionPast->getPhone() }}</td>
<td><small>{{ $sessionPast->bill_code }}</small></td>
<td>{{ number_format($sessionPast->amount) }} VNĐ</td>
</tr>
@endforeach