mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04: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
 |