mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			251 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			251 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@component('mail::message')
 | 
						|
{{ $data['user']['name'] }} viewed this Invoice.
 | 
						|
 | 
						|
@component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')])
 | 
						|
View Invoice
 | 
						|
@endcomponent
 | 
						|
 | 
						|
Thanks,<br>
 | 
						|
{{ config('app.name') }}
 | 
						|
@endcomponent
 |