@component('mail::message')
Hi {{ !empty($user['name']) ? ' '.$user['name'] : $user['email'] }},
@if($status == "down")
@else
@endif
# Endpoint went {{ $status }}
## Name: {{ $file->name }}
## URL: {{ $endpoint }}
## ENV: {{ $env }}
@component('mail::button', ['url' => url('/projects/'.$project->id) , 'align' => 'left'])
View on apibeats
@endcomponent
Best,
{{ config('app.name') }} Team
Unsubscribe
@endcomponent