36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
<img src="{{ asset(\App\Models\Setting::getByCache()->value('logo')) . 'logo.jpg' }}" alt="Logo" border="0"
 | 
						|
    width="100" style="display: block; width: 100px; max-width: 100px; min-width: 48px;">
 | 
						|
<p>Dear {{ $data['user_name'] }},</p>
 | 
						|
<p></p>
 | 
						|
<p>Admin {{ $data['name'] }} has {{ $data['status'] }} your request</p>
 | 
						|
<p></p>
 | 
						|
<p>Your ticket information:</p>
 | 
						|
<p>Name: {{ $data['user_name'] }}</p>
 | 
						|
<p>Date: {{ $data['date'] }}</p>
 | 
						|
<p>Type: {{ $data['type'] }}</p>
 | 
						|
<p>Note: {{ $data['note'] }}</p>
 | 
						|
<p>Content of admin's response:</p>
 | 
						|
<p>{{ $data['admin_note'] }}</p>
 | 
						|
 | 
						|
<p style="margin:0 0 16px;padding:0">
 | 
						|
    <a href='{{ asset(\App\Models\Setting::getByCache()->value('logo')) . $data['link'] }}'
 | 
						|
        style="
 | 
						|
  color: #fff;
 | 
						|
  border-radius: 10px;
 | 
						|
  background-color: rgba(68,115,196);
 | 
						|
  background-image: linear-gradient(to top left,rgba(0,0,0,.2),rgba(0,0,0,.2) 30%,rgba(0,0,0,0));
 | 
						|
  text-decoration: none;
 | 
						|
  display: inline-block;
 | 
						|
  font-weight: 600;
 | 
						|
  font-size: 16px;
 | 
						|
  line-height: 150%;
 | 
						|
  text-align: center;
 | 
						|
  margin: 0;
 | 
						|
  padding: 10px 12px;
 | 
						|
  ">
 | 
						|
        Check now</a>
 | 
						|
</p>
 | 
						|
 | 
						|
<p>If you have any questions, please contact the administrator directly</p>
 | 
						|
<p>E-mail: admin@apactech.io</p>
 |