@include('emails.client_contact.common-finance.header', ['franchise' => $franchise]) @component('emails.common.table')
Projects Completed Tasks |
|||
Task Name | Project Name | Deadline | Rating |
---|---|---|---|
{{ $task->task_name }} | {{ $task->project_name }} | {{ date(config('custom.formats.mail_date_time'), strtotime($task->end_date_time)) }} | {{ $task->rating }} |
Closed Projects | |||
Project Name | Project Owner | Project Duration | OAS |
---|---|---|---|
{{ $project->name }} | {{ $project->projectOwner[0]->full_name ?? '' }} | {{ Carbon\Carbon::parse($project->published_date)->diffInDays($project->closureDetails->close_date) }} Days | {{ $project->project_oas }} |
Pipeline Projects in Pipeline |
||||
Project Name | Project Owner | Expected Budget | Expected Revenue | Actualization |
---|---|---|---|---|
{{ $project->name }} | {{ $project->projectOwner[0]->full_name ?? '' }} | {{ number_format($project->expected_budget, 2) }} | {{ number_format($project->expected_revenue, 2) }} | {{ $project->project_actualization }}% |
Pesa Pending Budget requests |
||||
Budget Request Title | Project Name | Budget Type | Fulfill by Date | Total Amount |
---|---|---|---|---|
{{ $budgetRequest->title }} | {{ $budgetRequest->project_name }} | {{ ucwords(str_replace('_', ' ', $budgetRequest->budget_type)) }} | {{ date(config('custom.formats.sort_date'), strtotime($budgetRequest->due_date)) }} | {{ $franchiseCurrency }} {{ number_format($budgetRequest->total_amount, 2) }} |