36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
@component('mail::message')
|
|
<h4 class="error">Error!</h4>
|
|
@component('mail::panel')
|
|
Your backup schedule ( {{$backup->schedule_name}} ) has errors! See details below...
|
|
@endcomponent
|
|
|
|
@component('mail::button', ['url' => 'mailto:enquiries@mydentalbackup.co.uk?subject=' . $backup->schedule_name . '', 'color' => 'red'])
|
|
Contact us.
|
|
@endcomponent
|
|
|
|
@component('mail::table')
|
|
| Item | Value |
|
|
| :------------ | --------:|
|
|
| Number of added files | {{$backup->added_files}} |
|
|
| Size of added files | {{$backup->size_of_added_files}} |
|
|
| Number of modified files | {{$backup->modified_files}} |
|
|
| Size of modified files | {{$backup->size_of_modified_files}} |
|
|
| Backup started | {{$backup->started_at}} |
|
|
| Backup finished | {{$backup->finished_at}} |
|
|
| Total backup time | {{$backup->duration}} |
|
|
|
|
@endcomponent
|
|
|
|
<div class="dark-box">
|
|
<h1 style="text-align:center;font-weight:normal;color:white;">Full variable data log..</h1>
|
|
</div>
|
|
|
|
@component('mail::panel')
|
|
{{$backup}}
|
|
@endcomponent
|
|
|
|
Regards,<br>
|
|
{{ config('app.name') }} - auto notification bot.
|
|
|
|
@endcomponent
|