@extends('layouts.email.app')
@section('email_title')
New Comment by {{ $commenter->name }}
@endsection
@section('content')
Hello {{ $user->name }},
There is a new comment by
{{ $commenter->name }} for the task
({{ $data->title }}). Please check the comment from task details.
The Task:
{{ $data->title }}.
@endsection