@extends('emails.layouts.main') @section('email_content') {{ __('email.greeting', ['user_name' => $notifiable->name]) }} {{ $data['actor']['name'] }} {{ __(join('.', ['notifications', $data['message_group'], $data['message_key']]), $data['message_params']) }}. @if(in_array($notificationType, ['post.reacted', 'comment.reacted'])) @endif @if(isset($data['entity']['content'])) «{{ $data['entity']['content'] }}» @endif @if(isset($data['entity']['preview_lqip_base64'])) @endif @if(isset($destinationLink)) {{ __('email.actions.view', locale: $locale) }} @endif {{ __('email.keep_best_experience', ['app_name' => config('app.name')]) }} {{ __('email.regards') }}, {{ __('email.team_caption', ['app_name' => config('app.name')]) }} @endsection