Weekly Task Report ({{ $startOfWeek->format('d M') }} - {{ $endOfWeek->format('d M, Y') }})
| Project | Task | Developer Name | Status | Start Date | End Date | Assigned Hrs | Actual Work Hrs | History | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row->project }} | {{--{{ $row->task }} | --}}{{ $row->number }} - {{ $row->project ?? '-' }} | {{ $row->developer_name }} | {{ $row->status }} | {{ \Carbon\Carbon::parse($row->start_date)->format('d M Y') }} | {{ \Carbon\Carbon::parse($row->end_date)->format('d M Y') }} | {{ $row->assigned_hours }} | {{ number_format($row->actual_hours, 2) }} | @if(true) {{-- check later if you want to conditionally show --}} @else - @endif |