mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@component('mail::message')
 | 
						|
Check your estimate.
 | 
						|
 | 
						|
@component('mail::button', ['url' => url('/customer/estimates/pdf/'.$data['estimate']['unique_hash'])])
 | 
						|
Get your estimate
 | 
						|
@endcomponent
 | 
						|
 | 
						|
Thanks,<br>
 | 
						|
{{ config('app.name') }}
 | 
						|
@endcomponent
 |