Form group add show feature in attribute..
This commit is contained in:
		@@ -43,6 +43,10 @@
 | 
			
		||||
        :disabled="{{ $attributes['disabled'] }}"
 | 
			
		||||
        @endif
 | 
			
		||||
 | 
			
		||||
        @if (isset($attributes['show']))
 | 
			
		||||
        v-if="{{ $attributes['show'] }}"
 | 
			
		||||
        @endif
 | 
			
		||||
 | 
			
		||||
        @if (isset($attributes['v-error-message']))
 | 
			
		||||
        :form-error="{{ $attributes['v-error-message'] }}"
 | 
			
		||||
        @else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user