@extends('emails.layouts.master')
@section('title')
You are now a member of the project {{ $project_name }}.
@stop
@section('content')
You have been invited to {{ $project_name }} making you a new member of this project. As a new member you can create,
delete, tasks and credentials.
Go To Project
@stop