permissions arranged
This commit is contained in:
		@@ -87,7 +87,7 @@
 | 
			
		||||
                                                {{ trans('general.show') }}
 | 
			
		||||
                                            </a>
 | 
			
		||||
 | 
			
		||||
                                            @can('create-sales-customers')
 | 
			
		||||
                                            @can('update-sales-customers')
 | 
			
		||||
                                                <a class="dropdown-item" href="{{ route('customers.edit', $item->id) }}">
 | 
			
		||||
                                                    {{ trans('general.edit') }}
 | 
			
		||||
                                                </a>
 | 
			
		||||
 
 | 
			
		||||
@@ -88,8 +88,10 @@
 | 
			
		||||
                                            <a class="dropdown-item" href="{{ route('revenues.show', $item->id) }}">{{ trans('general.show') }}</a>
 | 
			
		||||
 | 
			
		||||
                                            @if (!$item->reconciled)
 | 
			
		||||
                                            @can('update-sales-revenues')
 | 
			
		||||
                                                <a class="dropdown-item" href="{{ route('revenues.edit', $item->id) }}">{{ trans('general.edit') }}</a>
 | 
			
		||||
                                                <div class="dropdown-divider"></div>
 | 
			
		||||
                                            @endcan
 | 
			
		||||
                                            @endif
 | 
			
		||||
 | 
			
		||||
                                            @if (empty($item->document_id))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user