diff --git a/resources/views/expenses/bills/show.blade.php b/resources/views/expenses/bills/show.blade.php index 91e1267da..800af84c3 100644 --- a/resources/views/expenses/bills/show.blade.php +++ b/resources/views/expenses/bills/show.blade.php @@ -354,7 +354,7 @@ @stack('bill_item_end') @stack('bill_total_start') -
+
@stack('notes_input_start')
@@ -494,7 +494,7 @@ @date($history->created_at) {{ $history->status->name }} - {{ $history->description }} + {{ $history->description }} @endforeach diff --git a/resources/views/incomes/invoices/show.blade.php b/resources/views/incomes/invoices/show.blade.php index f08e69380..3dc9b4234 100644 --- a/resources/views/incomes/invoices/show.blade.php +++ b/resources/views/incomes/invoices/show.blade.php @@ -372,7 +372,7 @@ @stack('invoice_item_end') @stack('invoice_total_start') -
+
@stack('notes_input_start')
@@ -535,7 +535,7 @@ @date($history->created_at) {{ $history->status->name }} - {{ $history->description }} + {{ $history->description }} @endforeach