{{ $deployment->created_at }} UTC
                        >
                        {{ $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
                            Webhook (SHA
                            @if (data_get($deployment, 'commit'))
                                {{ data_get($deployment, 'commit') }})
                            @else
                                HEAD)
                            @endif
                        
                    @endif