12 lines
		
	
	
		
			387 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			387 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <div class="w-full lg:w-5/12 flex items-center">
 | |
|     @if (! empty($avatar) && $avatar->isNotEmpty())
 | |
|     <div class="w-12 h-12 flex items-center justify-center text-2xl font-regular border border-gray-300 rounded-full p-6">
 | |
|         {!! $avatar !!}
 | |
|     </div>
 | |
|     @endif
 | |
| 
 | |
|     <div class="flex flex-col text-black text-sm font-medium ml-2 sm:ml-8">
 | |
|         {!! $slot !!}
 | |
|     </div>
 | |
| </div>
 |