partial form groups dynamic variable
This commit is contained in:
		@@ -41,11 +41,11 @@
 | 
			
		||||
        @endif
 | 
			
		||||
 | 
			
		||||
        @if (isset($attributes['readonly']))
 | 
			
		||||
        :readonly="'{{ $attributes['readonly'] }}'"
 | 
			
		||||
        :readonly="{{ $attributes['readonly'] }}"
 | 
			
		||||
        @endif
 | 
			
		||||
 | 
			
		||||
        @if (isset($attributes['disabled']))
 | 
			
		||||
        :disabled="'{{ $attributes['disabled'] }}'"
 | 
			
		||||
        :disabled="{{ $attributes['disabled'] }}"
 | 
			
		||||
        @endif
 | 
			
		||||
 | 
			
		||||
        @if(isset($attributes['v-error-message']))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user