@component('mail::message')
Warning!
@component('mail::panel')
Your backup schedule ( {{$backup->schedule_name}} ) has warnings! See details below...
@endcomponent
@component('mail::button', ['url' => 'mailto:enquiries@mydentalbackup.co.uk?subject=' . $backup->schedule_name . '', 'color' => 'orange'])
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
Full variable data log..
@component('mail::panel')
{{$backup}}
@endcomponent
Regards,
{{ config('app.name') }} - auto notification bot.
@endcomponent