@stack('new_button_start')
@if (! $hideNewDropdown)
    
        
            {{ trans('general.new_more') }}
            expand_more
        
        @stack('document_button_start')
        @if (! $hideButtonDocument)
            @can($permissionCreateDocument)
                
                    {{ trans_choice($textDocument, 1) }}
                
            @endcan
        @endif
        @stack('transaction_button_start')
        @if (! $hideButtonTransaction)
            @can($permissionCreateTransaction)
                
                    {{ trans_choice($textTransaction, 1) }}
                
            @endcan
        @endif
        @stack('transaction_button_end')
    
@endif
@stack('edit_button_start')
@if (! $hideButtonEdit)
    @can($permissionUpdate)
        
            {{ trans('general.edit') }}
        
    @endcan
@endif
@stack('edit_button_end')