From ce52e6b9eb8d04ebc8dce86d9c82157e87c7c725 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Mon, 25 Mar 2019 16:11:32 +0300 Subject: [PATCH] clean path. --- resources/views/incomes/invoices/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/incomes/invoices/index.blade.php b/resources/views/incomes/invoices/index.blade.php index 31236dce4..1b3cbea4b 100644 --- a/resources/views/incomes/invoices/index.blade.php +++ b/resources/views/incomes/invoices/index.blade.php @@ -49,7 +49,7 @@ @foreach($invoices as $item) @php $paid = $item->paid; @endphp - {{ $item->invoice_number }} + {{ $item->invoice_number }} {{ $item->customer_name }} @money($item->amount, $item->currency_code, true) {{ Date::parse($item->invoiced_at)->format($date_format) }}