mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('mail::message')
 | |
| Thanks for buying.
 | |
| 
 | |
| @component('mail::button', ['url' => url('/customer/invoices/pdf/'.$data['invoice']['unique_hash'])])
 | |
| Get your invoice
 | |
| @endcomponent
 | |
| 
 | |
| Thanks,<br>
 | |
| {{ config('app.name') }}
 | |
| @endcomponent
 |