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