mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@component('mail::message')
 | 
						|
# Test Email
 | 
						|
 | 
						|
{{ $my_message }}
 | 
						|
 | 
						|
@component('mail::button', ['url' => ''])
 | 
						|
Test
 | 
						|
@endcomponent
 | 
						|
 | 
						|
Thanks,<br>
 | 
						|
{{ config('app.name') }}
 | 
						|
@endcomponent
 |