Skip to content

Commit

Permalink
clean path.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 25, 2019
1 parent d58731b commit ce52e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/incomes/invoices/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@foreach($invoices as $item)
@php $paid = $item->paid; @endphp
<tr>
<td><a href="{{ url('incomes/invoices/' . $item->id . ' ') }}">{{ $item->invoice_number }}</a></td>
<td><a href="{{ url('incomes/invoices/' . $item->id) }}">{{ $item->invoice_number }}</a></td>
<td>{{ $item->customer_name }}</td>
<td class="text-right amount-space">@money($item->amount, $item->currency_code, true)</td>
<td>{{ Date::parse($item->invoiced_at)->format($date_format) }}</td>
Expand Down

0 comments on commit ce52e6b

Please sign in to comment.