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.