diff --git a/resources/views/expenses/bills/show.blade.php b/resources/views/expenses/bills/show.blade.php index 597ebff8e..adffc2fc4 100644 --- a/resources/views/expenses/bills/show.blade.php +++ b/resources/views/expenses/bills/show.blade.php @@ -220,9 +220,9 @@ @foreach($bill->histories as $history) - {{ Date::parse($bill->created_at)->format($date_format) }} - {{ $bill->status->name }} - {{ $bill->description }} + {{ Date::parse($history->created_at)->format($date_format) }} + {{ $history->status->name }} + {{ $history->description }} @endforeach