PHP Classes

File: src/resources/views/mail/job-failed.blade.php

Recommend this page to a friend!
  Classes of Stefan Ninic   Laravel Rackbeat Integration Dashboard   src/resources/views/mail/job-failed.blade.php   Download  
File: src/resources/views/mail/job-failed.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Rackbeat Integration Dashboard
Show a dashboard with integrations with Rackbeat
Author: By
Last change:
Date: 1 year ago
Size: 573 bytes
 

Contents

Class file image Download
<p>
    The job for user <strong>{{ $rackbeat_company_name }} ({{ $rackbeat_user_account_id }})</strong> - (Connection:
    <strong>{{ $connection_id }}, {{ $plugin_name }}</strong>) has failed.

    <br>
    It has failed with error: <strong>{{ $error_message }}</strong>.

    @if($file !== null)
        <br>
        File: <strong>{{ $file }}</strong>
    @endif

    @if($line !== null)
        <br>
        Line: <strong>{{ $line }}</strong>
    @endif

    <br>
    Job ID: <strong>{{ $job_id }}</strong>

    <br>
    Job command: <strong>{{ $command }}</strong>

    <br>
    Failed at: <strong>{{ $failed_at }}</strong>
</p>