@vite('resources/css/app.css')
@include('Admin.sidebar')Project Name | Employees | Project Phase | Start Date | End Date | Upload | View | Edit | delete |
---|---|---|---|---|---|---|---|---|
{{ $project->project_name }} |
|
{{ \Carbon\Carbon::parse($project->start_date)->format('F j, Y g:i A') }} |
{{ \Carbon\Carbon::parse($project->end_date)->format('F j, Y g:i A') }}
@if ($endDate->isPast())
The End Date has Already Passed.
@elseif ($endDate->lte($fiveDaysFromNow))
The Deadline is Rapidly Approaching.
@endif
|