@extends('layouts.email.app')
@section('email_title')
New File(s) Uploaded by {{ $data->creator->name }}
@endsection
@section('content')
Hello {{ $user->name }},
New files has been uploaded by
{{ $data->creator->name }} for the task
({{ $data->title }}). Please check the uploaded files from task details.
The Task:
{{ $data->title }}.
@endsection