@component('mail::message')
Hi {{ !empty($user['name']) ? ' '.$user['name'] : $user['email'] }},
# Change Detected in Endpoint Response
## Name: {{ $file->name }}
## URL: {{ $endpoint }}
## ENV: {{ $env }}
{{-- You file difference. Project name : {{ $project->name }}. Endpoint : {{ $endpoint }} --}}
{!! $fileExec->getHTML() !!}
@component('mail::button', ['url' => url('/projects/'.$project->id.'/endpoints/'.$file->id.'/diffs/'.$fileExec->id) ,
'align' => 'left'])
View on {{ config('app.name') }}
@endcomponent
Best,
{{ config('app.name') }} Team
Unsubscribe
@endcomponent