Waiting For Approval.

FMX Integrated Limited

Hello,

{{ Auth::check() ? \Illuminate\Support\Facades\Auth::user()->firstname : 'Someone'}} requests approval for the project named {{$project->name}}. 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 ₦ {{$project->budget}}

Hit the button below to approve the project.



{{--

budget <= 400000)

Approve

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

Approve

@endif @if($user->role=="Admin")

Approve

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

Cheers!

FMX Project Tracking App.