@extends('TMS.Navbar.tmsnavbar') @section('content')

SUB TASK ACTION

@foreach($result as $index => $res) @if($res['Status'] === 'S') @elseif ($res['Status'] ==='H') @elseif($res['Status'] ==='C') @elseif($res['Status'] === '') @endif @endforeach
Rowid Masterid SNO Color/Flag Action Status Task No Task Name Reported By Time/Duration Hours Worked Entry Date Due Date Decription Attachment
{{ $index + 1 }}
@csrf
@if(!empty($res['Color_Grp']))
@else @endif
@if ($res['Flag_Grp'])
@else @endif
@csrf
StartHoldCompleted{{ $res['Sub_Task_id'] }} {{ $res['Task_Name'] }} {{ $res['Reported_By'] }} {{ $res['Time_Intervel'] }}/{{ $res['duration'] }} {{ $res['Worked_Hours'] }} {{ date('d-m-Y', strtotime($res['Date'])) }} {{ date('d-m-Y', strtotime($res['due_date'])) }} {{ $res['Description'] }} @if($res['attachment'] != "No Image")
Warning: Undefined variable $res in C:\Apache24\htdocs\kpiproject\resources\views\TMS\SubTask\SubAllocationReport.blade.php on line 463

Warning: Trying to access array offset on null in C:\Apache24\htdocs\kpiproject\resources\views\TMS\SubTask\SubAllocationReport.blade.php on line 463

Deprecated: basename(): Passing null to parameter #1 ($path) of type string is deprecated in C:\Apache24\htdocs\kpiproject\resources\views\TMS\SubTask\SubAllocationReport.blade.php on line 464
{{ $res['attachment'] }} @else No Image @endif
@endsection