@extends('layouts.email.app')
@section('email_title')
New Task by {{ $data->creator->name }}
@endsection
@section('content')
Hello {{ $user->name }},
A new {{ $data->priority }} priority task has been assigned to you by {{ $data->creator->name }}.
The Task:
{{ $data->title }}.
@endsection