mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:47:32 -05:00 
			
		
		
		
	Update CA.blade.php
update blade to use the language translation feature Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
		
							parent
							
								
									e082a9a037
								
							
						
					
					
						commit
						3a7fa2807f
					
				@ -1,6 +1,6 @@
 | 
			
		||||
<div class="px-4 py-2 sm:px-6 lg:grid lg:grid-cols-3 lg:gap-4 lg:flex lg:items-center">
 | 
			
		||||
        <dt class="text-sm leading-5 font-medium text-gray-500 mr-4">
 | 
			
		||||
            Province Code
 | 
			
		||||
            {{ ctrans('texts.province_code') }}
 | 
			
		||||
        </dt>
 | 
			
		||||
        <dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
 | 
			
		||||
            <select class="input w-full" id="province_code" name="province_code" required>
 | 
			
		||||
@ -9,4 +9,4 @@
 | 
			
		||||
                @endforeach
 | 
			
		||||
            </select>
 | 
			
		||||
        </dd>
 | 
			
		||||
    </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user