New Project Notification.

FMX Integrated Limited

Hello, {{$user->firstname}}

A new project named {{$project->name}} has been created by {{$project->user->firstname}}. The project start date is {{date('jS F, Y', strtotime($project->start_date))}} and is due to end by {{date('jS F, Y', strtotime($project->finish_date))}}. The project budget is @if(!empty($project->budget))₦ {{$project->budget }} @else not set @endif

{{--

$project->id, 'user'=>$user->id])}}" class="btn btn-primary" style="background-color: #b24514; padding: 15px 20px; width: 150px; color: white; border: 0; text-decoration: none;">Approve

@elseif($project->budget > 400000 && $user->role == "Admin")

Hit the button below to approve the project.



Approve

@endif {{--, 'user'=>$user--}}

Cheers!

FMX Project Tracking App.