@extends('layouts.email.app') @section('email_title') Task Updated by {{ $data->creator->name }} @endsection @section('content')
Hello {{ $user->name }},
The Task ({{ $data->title }}) has been updated by {{ $data->creator->name }}. Please check the updated task details and feel free to contact with {{ $data->creator->name }} if any query arrives.

The Task: {{ $data->title }}.
@endsection