From 57bec02fd399bfd358de642bfd4a2ce861cd8e2b Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Thu, 12 Dec 2019 12:30:15 +0300 Subject: [PATCH] Invoice and bill show positions updated --- resources/views/expenses/bills/show.blade.php | 4 ++-- resources/views/incomes/invoices/show.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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