link to reports
This commit is contained in:
		@@ -41,7 +41,11 @@
 | 
			
		||||
                <tbody>
 | 
			
		||||
                @foreach($accounts as $item)
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        @if ($auth_user->can('read-reports-income-expense-summary'))
 | 
			
		||||
                        <td><a href="{{ url('reports/income-expense-summary?accounts[]=' . $item->id) }}">{{ $item->name }}</a></td>
 | 
			
		||||
                        @else
 | 
			
		||||
                        <td><a href="{{ route('accounts.edit', $item->id) }}">{{ $item->name }}</a></td>
 | 
			
		||||
                        @endif
 | 
			
		||||
                        <td class="hidden-xs">{{ $item->number }}</td>
 | 
			
		||||
                        <td class="text-right amount-space">@money($item->balance, $item->currency_code, true)</td>
 | 
			
		||||
                        <td class="hidden-xs">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user