layout('layout-loggedin', ['title' => $title, 'accounts' => $accounts, 'user' => $user]); ?>
  Webmention Request
  
  Details
   if(count($statuses) == 0): ?>
    
The request is queued for processing. Check for updates again later.
   else: ?>
    
       if($webmention->webmention_endpoint): ?>
        
          | Webmention Endpoint | 
          = $this->e($webmention->webmention_endpoint) ?> | 
        
       endif; ?>
       if($webmention->pingback_endpoint): ?>
        
          | Pingback Endpoint | 
          = $this->e($webmention->pingback_endpoint) ?> | 
        
       endif; ?>
       if($webmention->webmention_endpoint == false && $webmention->pingback_endpoint == false): ?>
        
          | Webmention Endpoint | 
          No webmention endpoint was discovered for this target | 
        
       endif; ?>
       if($webmention->webmention_endpoint): ?>
        
          | Status URL | 
          = $webmention->webmention_status_url ? $this->e($webmention->webmention_status_url) : 'The webmention endpoint did not return a status URL' ?> | 
        
       endif; ?>
    
    Logs
    
      
        
          | Date | 
          Status | 
          HTTP Code | 
        
      
      
       foreach($statuses as $status): ?>
        
          | = date('M j, g:ia', strtotime($status->created_at)) ?> | 
          = $status->status ?> | 
          = $status->http_code ?> | 
        
        
          
            = $this->e($status->raw_response) ?> 
           | 
        
       endforeach; ?>
      
    
   endif; ?>