{{ $deployment->id }} > {{ $deployment->deployment_uuid }}
             >
             {{ $deployment->status }}
         
         @if (data_get($deployment, 'pull_request_id'))
             
                 Pull Request #{{ data_get($deployment, 'pull_request_id') }}
                 @if (data_get($deployment, 'is_webhook'))
                     (Webhook)
                 @endif
             
         @elseif (data_get($deployment, 'is_webhook'))
             
Webhook (sha
                 @if (data_get($deployment, 'commit'))
                     {{ data_get($deployment, 'commit') }})
                 @else
                     HEAD)
                 @endif
             
         @endif