fixed #285
This commit is contained in:
parent
a57f446d92
commit
b864875533
@ -220,9 +220,9 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($bill->histories as $history)
|
@foreach($bill->histories as $history)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ Date::parse($bill->created_at)->format($date_format) }}</td>
|
<td>{{ Date::parse($history->created_at)->format($date_format) }}</td>
|
||||||
<td>{{ $bill->status->name }}</td>
|
<td>{{ $history->status->name }}</td>
|
||||||
<td>{{ $bill->description }}</td>
|
<td>{{ $history->description }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user