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

SUB COMPLETION REPORT

@csrf
@foreach($result as $index => $res) @if ( $res['Status'] == 'C') @endif @endforeach
Rowid Masterid SNO Status Task No Sub-Task No Task Name Reported By Time/Duration Hours Worked Entry Date Due Date Decription Attachment
{{ $res['Rowid'] }} {{ $res['Masterid'] }} {{ $index + 1 }}Completed{{ $res['Task_id'] }} {{ $res['Sub_Task_id'] }} {{ $res['Task_Name'] }} {{ $res['Reported_By'] }} {{ $res['Time_Intervel'] }}/{{ $res['duration'] }} {{ $res['Worked_Hours'] }} {{ date('d-m-Y', strtotime($res['Entry_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\SubCompletionReport.blade.php on line 299

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

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